Searched refs:__libcpp_exec_once_flag (Results 1 – 5 of 5) sorted by relevance
29 static_assert(sizeof(__libcpp_exec_once_flag) == sizeof(INIT_ONCE), "");30 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), "");130 int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__init_routine)(void)) { in __libcpp_execute_once()
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; typedef 140 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__init_routine)()) { 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()
59 constinit std::__libcpp_exec_once_flag flag_ = _LIBCPP_EXEC_ONCE_INITIALIZER;