Searched refs:__init_routine (Results 1 – 2 of 2) sorted by relevance
140 …IDE_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__init_routine)()) { in __libcpp_execute_once() argument141 return pthread_once(__flag, __init_routine); in __libcpp_execute_once()
84 …RTED_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__init_routine)());