Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/libcxx/include/__mutex/
HDonce_flag.h126 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable&& __func, _Args&&... __arg… in call_once()
138 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable& __func) { in call_once()
146 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, const _Callable& __func) { in call_once()
/freebsd-head/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
HDany_of.h52 int32_t __flag = 1; in __simd_or() local
/freebsd-head/contrib/llvm-project/libcxx/include/__thread/support/
HDpthread.h140 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__in… in __libcpp_execute_once()
/freebsd-head/sys/sys/
HDstdatomic.h378 atomic_bool __flag; member