Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__mutex/
H A Donce_flag.h127 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.2/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h89 inline _LIBCPP_HIDE_FROM_ABI _ValueType __libcpp_acquire_load(_ValueType const* __value) { in __libcpp_acquire_load() function