Home
last modified time | relevance | path

Searched refs:__flag (Results 1 – 14 of 14) 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() argument
128 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
132 std::__call_once(__flag.__state_, std::addressof(__p), std::addressof(__call_once_proxy<_Gp>)); in call_once()
139 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable& __func) { in call_once() argument
140 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
142 …std::__call_once(__flag.__state_, std::addressof(__p), std::addressof(__call_once_proxy<_Callable>… in call_once()
147 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, const _Callable& __func) { in call_once() argument
148 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
150 …std::__call_once(__flag.__state_, std::addressof(__p), std::addressof(__call_once_proxy<const _Cal… 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() argument
83 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
85 std::__call_once(__flag.__state_, &__p, &__call_once_proxy<_Callable>); in call_once()
90 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, const _Callable& __func) { in call_once() argument
91 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
93 std::__call_once(__flag.__state_, &__p, &__call_once_proxy<const _Callable>); 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
55 _PSTL_PRAGMA_SIMD_REDUCTION(& : __flag) in __simd_or()
58 __flag = 0; in __simd_or()
59 if (!__flag) in __simd_or()
/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() argument
141 return pthread_once(__flag, __init_routine); in __libcpp_execute_once()
H A Dwindows.h82 _LIBCPP_EXPORTED_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__init_…
/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() argument
141 return pthread_once(__flag, __init_routine); in __libcpp_execute_once()
H A Dwindows.h82 _LIBCPP_EXPORTED_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__init_…
/freebsd/sys/sys/
H A Dstdatomic.h384 atomic_bool __flag; member
392 return (atomic_exchange_explicit(&__object->__flag, 1, __order)); in atomic_flag_test_and_set_explicit()
399 atomic_store_explicit(&__object->__flag, 0, __order); in atomic_flag_clear_explicit()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dunseq_backend_simd.h
/freebsd/share/examples/jails/
H A Djib179 case "$__flag" in
H A Djng220 case "$__flag" in
/freebsd/usr.sbin/bsdconfig/share/
H A Dstrings.subr96 local OPTIND=1 OPTARG __flag __var_to_set=
97 while getopts v: __flag; do
98 case "$__flag" in
H A Dsysrc.subr229 local OPTIND=1 OPTARG __flag __append= __prepend=
232 while getopts ap __flag; do
233 case "$__flag" in
H A Dcommon.subr938 local OPTIND OPTARG __flag
939 while getopts "dek:" __flag > /dev/null; do
940 case "$__flag" in