Searched refs:__libcpp_exec_once_flag (Results 1 – 3 of 3) sorted by relevance
81 typedef void* __libcpp_exec_once_flag; typedef84 _LIBCPP_EXPORTED_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__init_…
137 typedef pthread_once_t __libcpp_exec_once_flag; typedef140 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__in… in __libcpp_execute_once()
114 typedef ::once_flag __libcpp_exec_once_flag; typedef117 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* flag, void (*init_r… in __libcpp_execute_once()