Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Ddecode_test_driver.h69 InitOnce(); in Control()
75 InitOnce(); in Control()
89 InitOnce(); in SetFrameBufferFunctions()
105 void InitOnce() { in InitOnce() function
Ddecode_test_driver.cc36 InitOnce(); in DecodeFrame()
/external/libvpx/libvpx/test/
Ddecode_test_driver.h66 InitOnce(); in Control()
72 InitOnce(); in Control()
86 InitOnce(); in SetFrameBufferFunctions()
102 void InitOnce() { in InitOnce() function
Ddecode_test_driver.cc35 InitOnce(); in DecodeFrame()
/external/OpenCL-CTS/test_common/harness/
DThreadPool.cpp110 static BOOL _InitOnceExecuteOnce(_PINIT_ONCE InitOnce, _PINIT_ONCE_FN InitFn, in _InitOnceExecuteOnce() argument
113 while (*InitOnce != _INIT_ONCE_DONE) in _InitOnceExecuteOnce()
115 if (*InitOnce != _INIT_ONCE_IN_PROGRESS in _InitOnceExecuteOnce()
116 && _InterlockedCompareExchange(InitOnce, _INIT_ONCE_IN_PROGRESS, in _InitOnceExecuteOnce()
120 InitFn(InitOnce, Parameter, Context); in _InitOnceExecuteOnce()
121 *InitOnce = _INIT_ONCE_DONE; in _InitOnceExecuteOnce()
681 static BOOL CALLBACK _ThreadPool_Init(_PINIT_ONCE InitOnce, PVOID Parameter, in _ThreadPool_Init() argument
/external/google-breakpad/src/common/linux/
Dguid_creator.cc117 static void InitOnce() {
159 InitOnce();
/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() argument
160 ((void)InitOnce); ((void)Context); // suppress warning 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() argument
164 ((void)InitOnce); ((void)Context); // suppress warning 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() argument