Home
last modified time | relevance | path

Searched refs:__libcpp_init_once_execute_once_thunk (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/src/support/win32/
H A Dthread_win32.cpp121 __libcpp_init_once_execute_once_thunk(PINIT_ONCE __init_once, PVOID __parameter, PVOID* __context) { in __libcpp_init_once_execute_once_thunk() function
132 …(PINIT_ONCE)__flag, __libcpp_init_once_execute_once_thunk, reinterpret_cast<void*>(__init_routine)… in __libcpp_execute_once()
/aosp_15_r20/external/libcxx/src/support/win32/
H A Dthread_win32.cpp142 __libcpp_init_once_execute_once_thunk(PINIT_ONCE __init_once, PVOID __parameter, in __libcpp_init_once_execute_once_thunk() function
156 if (!InitOnceExecuteOnce((PINIT_ONCE)__flag, __libcpp_init_once_execute_once_thunk, in __libcpp_execute_once()