Searched refs:init_routine (Results 1 – 2 of 2) sorted by relevance
148 void (*init_routine)(void) = reinterpret_cast<void (*)(void)>(__parameter); in __libcpp_init_once_execute_once_thunk() local149 init_routine(); in __libcpp_init_once_execute_once_thunk()
511 void (*init_routine)(void)) {512 ::call_once(flag, init_routine);