Home
last modified time | relevance | path

Searched refs:__libcpp_exec_once_flag (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/src/support/win32/
H A Dthread_win32.cpp29 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()
/llvm-project/libcxx/include/__thread/support/
H A Dwindows.h81 typedef void* __libcpp_exec_once_flag; typedef
84 _LIBCPP_EXPORTED_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__init_…
H A Dpthread.h137 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()
H A Dc11.h114 typedef ::once_flag __libcpp_exec_once_flag; typedef
117 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* flag, void (*init_r… in __libcpp_execute_once()
/llvm-project/libcxxabi/src/
H A Dcxa_exception_storage.cpp59 constinit std::__libcpp_exec_once_flag flag_ = _LIBCPP_EXEC_ONCE_INITIALIZER;