Home
last modified time | relevance | path

Searched defs:call_once (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__mutex/
H A Donce_flag.h127 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable&& __func, _Args&&... __arg… in call_once() function
139 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable& __func) { in call_once() function
147 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, const _Callable& __func) { in call_once() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__mutex/
H A Donce_flag.h82 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable& __func) { in call_once() function
90 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, const _Callable& __func) { in call_once() function
/freebsd/lib/libstdthreads/
H A Dcall_once.c35 call_once(once_flag *flag, void (*func)(void)) in call_once() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h86 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() function