Home
last modified time | relevance | path

Searched refs:__libcpp_execute_once (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception_storage.cpp96 if (0 != std::__libcpp_execute_once(&flag_, construct_)) in __cxa_get_globals_fast()
/llvm-project-15.0.7/libcxx/include/
H A D__threading_support204 int __libcpp_execute_once(__libcpp_exec_once_flag *__flag,
350 int __libcpp_execute_once(__libcpp_exec_once_flag *__flag,
510 int __libcpp_execute_once(__libcpp_exec_once_flag *flag,
/llvm-project-15.0.7/libcxx/src/support/win32/
H A Dthread_win32.cpp153 int __libcpp_execute_once(__libcpp_exec_once_flag *__flag, in __libcpp_execute_once() function