Home
last modified time | relevance | path

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

/external/mesa3d/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()