Home
last modified time | relevance | path

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

/external/mesa3d/include/c11/
Dthreads_win32.h170 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)&param, NULL); in call_once()
/external/virglrenderer/src/gallium/include/c11/
Dthreads_win32.h156 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)&param, NULL); in call_once()