Searched refs:impl_call_once_callback (Results 1 – 2 of 2) sorted by relevance
/external/virglrenderer/src/gallium/include/c11/ |
D | threads_win32.h | 156 static BOOL CALLBACK impl_call_once_callback(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) in impl_call_once_callback() function 304 InitOnceExecuteOnce(flag, impl_call_once_callback, (PVOID)¶m, NULL); in call_once()
|
/external/mesa3d/include/c11/ |
D | threads_win32.h | 170 static BOOL CALLBACK impl_call_once_callback(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) in impl_call_once_callback() function 318 InitOnceExecuteOnce(flag, impl_call_once_callback, (PVOID)¶m, NULL); in call_once()
|