Searched refs:InitOnce (Results 1 – 2 of 2) sorted by relevance
61 **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 or193 // All InitOnce objects share a common mutex and condition variable. This means that
115 static BOOL CALLBACK impl_call_once_callback(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) in impl_call_once_callback() argument119 ((void)InitOnce); ((void)Context); // suppress warning in impl_call_once_callback()