Home
last modified time | relevance | path

Searched defs:InitOnce (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
DThreadPool.cpp110 static BOOL _InitOnceExecuteOnce(_PINIT_ONCE InitOnce, _PINIT_ONCE_FN InitFn, in _InitOnceExecuteOnce()
681 static BOOL CALLBACK _ThreadPool_Init(_PINIT_ONCE InitOnce, PVOID Parameter, in _ThreadPool_Init()
/external/libaom/libaom/test/
Ddecode_test_driver.h105 void InitOnce() { in InitOnce() function
/external/libvpx/libvpx/test/
Ddecode_test_driver.h102 void InitOnce() { in InitOnce() function
/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()
/external/mesa3d/include/c11/
Dthreads_win32.h160 static BOOL CALLBACK impl_call_once_callback(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) in impl_call_once_callback()
/external/vulkan-validation-layers/layers/
Dvk_loader_platform.h322 static BOOL CALLBACK InitFuncWrapper(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) { in InitFuncWrapper()