Home
last modified time | relevance | path

Searched refs:_WSETLOCALE_AVOID_SYNC_LOCALE_BIT (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/ucrt/locale/
H A Dwsetlocale.cpp480 __acrt_disable_global_locale_sync(ptd, _WSETLOCALE_AVOID_SYNC_LOCALE_BIT); in _wsetlocale()
531 [&]{ __acrt_enable_global_locale_sync(ptd, _WSETLOCALE_AVOID_SYNC_LOCALE_BIT); }); in _wsetlocale()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal.h408 #define _WSETLOCALE_AVOID_SYNC_LOCALE_BIT 0x10 macro