Searched refs:_Complete (Results 1 – 2 of 2) sorted by relevance
63 static const _State_type _Complete = ~_State_type(0); member127 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()
38 flag = once_flag::_Complete; in __call_once()59 __libcpp_atomic_store(&flag, once_flag::_Complete, _AO_Release); in __call_once()