Home
last modified time | relevance | path

Searched refs:_Complete (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__mutex/
HDonce_flag.h63 static const _State_type _Complete = ~_State_type(0); member
127 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
139 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
147 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
/freebsd-14-stable/contrib/llvm-project/libcxx/src/
HDcall_once.cpp38 flag = once_flag::_Complete; in __call_once()
59 __libcpp_atomic_store(&flag, once_flag::_Complete, _AO_Release); in __call_once()