Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dmutex671 if (__libcpp_acquire_load(&__flag.__state_) != ~once_flag::_State_type(0))
687 if (__libcpp_acquire_load(&__flag.__state_) != ~once_flag::_State_type(0))
699 if (__libcpp_acquire_load(&__flag.__state_) != ~once_flag::_State_type(0))
/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h95 _ValueType __libcpp_acquire_load(_ValueType const* __value) { in __libcpp_acquire_load() function