Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h140 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__init_routine)()) { in __libcpp_execute_once() function
H A Dc11.h117 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* flag, void (*init_r… in __libcpp_execute_once() function
/llvm-project/libcxx/src/support/win32/
H A Dthread_win32.cpp130 int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__init_routine)(void)) { in __libcpp_execute_once() function