Searched defs:InitOnce (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | ThreadPool.cpp | 119 static BOOL _InitOnceExecuteOnce(_PINIT_ONCE InitOnce, _PINIT_ONCE_FN InitFn, in _InitOnceExecuteOnce() 689 static BOOL CALLBACK _ThreadPool_Init(_PINIT_ONCE InitOnce, PVOID Parameter, in _ThreadPool_Init()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/ |
H A D | init.c | 380 BOOL CALLBACK pytorch_qnnp_init_win(PINIT_ONCE InitOnce, PVOID Parameter, PVOID* lpContex) { in pytorch_qnnp_init_win()
|
/aosp_15_r20/external/libaom/test/ |
H A D | decode_test_driver.h | 105 void InitOnce() { in InitOnce() function
|
/aosp_15_r20/external/libvpx/test/ |
H A D | decode_test_driver.h | 102 void InitOnce() { in InitOnce() function
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/windows/ |
H A D | icd_windows.c | 186 BOOL CALLBACK khrIcdOsVendorsEnumerate(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *lpContext) in khrIcdOsVendorsEnumerate()
|
/aosp_15_r20/external/mesa3d/src/c11/impl/ |
H A D | threads_win32.c | 104 static BOOL CALLBACK impl_call_once_callback(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) in impl_call_once_callback()
|
/aosp_15_r20/external/virglrenderer/src/mesa/compat/c11/ |
H A D | threads_win32.h | 148 static BOOL CALLBACK impl_call_once_callback(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) in impl_call_once_callback()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | vk_loader_platform.h | 322 static BOOL CALLBACK InitFuncWrapper(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) { in InitFuncWrapper()
|