Home
last modified time | relevance | path

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

/freebsd/contrib/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 (*__in… 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()