Home
last modified time | relevance | path

Searched defs:__flag (Results 1 – 7 of 7) 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()
139 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable& __func) { in call_once()
147 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, const _Callable& __func) { in call_once()
/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()
90 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, const _Callable& __func) { in call_once()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dany_of.h54 int32_t __flag = 1; in __simd_or() local
/freebsd/contrib/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 (*__in… in __libcpp_execute_once()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__thread/support/
H A Dpthread.h140 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__in… in __libcpp_execute_once()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dunseq_backend_simd.h
/freebsd/sys/sys/
H A Dstdatomic.h384 atomic_bool __flag; member