Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DThreadPool.cpp119 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 Dinit.c380 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 Ddecode_test_driver.h105 void InitOnce() { in InitOnce() function
/aosp_15_r20/external/libvpx/test/
H A Ddecode_test_driver.h102 void InitOnce() { in InitOnce() function
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/windows/
H A Dicd_windows.c186 BOOL CALLBACK khrIcdOsVendorsEnumerate(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *lpContext) in khrIcdOsVendorsEnumerate()
/aosp_15_r20/external/mesa3d/src/c11/impl/
H A Dthreads_win32.c104 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 Dthreads_win32.h148 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 Dvk_loader_platform.h322 static BOOL CALLBACK InitFuncWrapper(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) { in InitFuncWrapper()