Home
last modified time | relevance | path

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

/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/src/c11/impl/
Dthreads_win32.c115 static BOOL CALLBACK impl_call_once_callback(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) in impl_call_once_callback() argument
119 ((void)InitOnce); ((void)Context); // suppress warning in impl_call_once_callback()