Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/support/win32/
H A Dthread_win32.cpp148 void (*init_routine)(void) = reinterpret_cast<void (*)(void)>(__parameter); in __libcpp_init_once_execute_once_thunk() local
149 init_routine(); in __libcpp_init_once_execute_once_thunk()
/llvm-project-15.0.7/libcxx/include/
H A D__threading_support511 void (*init_routine)(void)) {
512 ::call_once(flag, init_routine);