Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception_storage.cpp94 if (0 != std::__libcpp_execute_once(&flag_, construct_)) in __cxa_get_globals_fast()
/external/libcxx/include/
D__threading_support159 int __libcpp_execute_once(__libcpp_exec_once_flag *flag,
302 int __libcpp_execute_once(__libcpp_exec_once_flag *flag,
/external/libcxx/src/support/win32/
Dthread_win32.cpp153 int __libcpp_execute_once(__libcpp_exec_once_flag *__flag, in __libcpp_execute_once() function