Searched refs:InitOnce (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/test/ |
D | decode_test_driver.h | 69 InitOnce(); in Control() 75 InitOnce(); in Control() 89 InitOnce(); in SetFrameBufferFunctions() 105 void InitOnce() { in InitOnce() function
|
D | decode_test_driver.cc | 36 InitOnce(); in DecodeFrame()
|
/external/libvpx/libvpx/test/ |
D | decode_test_driver.h | 66 InitOnce(); in Control() 72 InitOnce(); in Control() 86 InitOnce(); in SetFrameBufferFunctions() 102 void InitOnce() { in InitOnce() function
|
D | decode_test_driver.cc | 35 InitOnce(); in DecodeFrame()
|
/external/OpenCL-CTS/test_common/harness/ |
D | ThreadPool.cpp | 110 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/ |
D | guid_creator.cc | 117 static void InitOnce() { 159 InitOnce();
|
/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() argument 160 ((void)InitOnce); ((void)Context); // suppress warning in impl_call_once_callback()
|
/external/mesa3d/include/c11/ |
D | threads_win32.h | 160 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/ |
D | vk_loader_platform.h | 322 static BOOL CALLBACK InitFuncWrapper(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) { in InitFuncWrapper() argument
|