Home
last modified time | relevance | path

Searched refs:__flag (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__mutex/
H A Donce_flag.h126 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable&& __func, _Args&&... __arg… in call_once() argument
127 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
131 std::__call_once(__flag.__state_, &__p, &__call_once_proxy<_Gp>); in call_once()
138 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable& __func) { in call_once() argument
139 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
141 std::__call_once(__flag.__state_, &__p, &__call_once_proxy<_Callable>); in call_once()
146 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, const _Callable& __func) { in call_once() argument
147 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
149 std::__call_once(__flag.__state_, &__p, &__call_once_proxy<const _Callable>); in call_once()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dany_of.h53 int32_t __flag = 1; in __simd_or() local
54 _PSTL_PRAGMA_SIMD_REDUCTION(& : __flag) in __simd_or()
57 __flag = 0; in __simd_or()
58 if (!__flag) in __simd_or()
/freebsd-14.2/sys/sys/
H A Dstdatomic.h377 atomic_bool __flag; member
385 return (atomic_exchange_explicit(&__object->__flag, 1, __order)); in atomic_flag_test_and_set_explicit()
392 atomic_store_explicit(&__object->__flag, 0, __order); in atomic_flag_clear_explicit()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A D__threading_support201 int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__init_routine)());
302 int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__init_routine)()) {
303 return pthread_once(__flag, __init_routine);
/freebsd-14.2/share/examples/jails/
H A Djib179 case "$__flag" in
H A Djng181 case "$__flag" in
/freebsd-14.2/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