Home
last modified time | relevance | path

Searched refs:InitOnce (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/winapi/
Dinit_once.hpp33 ::_RTL_RUN_ONCE* InitOnce,
38 InitOnceInitialize(::_RTL_RUN_ONCE* InitOnce);
42 ::_RTL_RUN_ONCE* InitOnce,
/third_party/icu/docs/userguide/dev/sync/
Dcustom.md61 **Mutex and InitOnce implementations**. Out-of-line platform-specific code.
88 | `U_USER_MUTEX_CPP` | Mutexes and `InitOnce` implementation file. |
160 **Mutex and InitOnce implementations**
189 // The mutex is held only while the state of the InitOnce object is being changed or
193 // All InitOnce objects share a common mutex and condition variable. This means that
/third_party/mesa3d/include/c11/
Dthreads_win32.h148 static BOOL CALLBACK impl_call_once_callback(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) in impl_call_once_callback() argument
152 ((void)InitOnce); ((void)Context); // suppress warning in impl_call_once_callback()