Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__mutex/
H A Donce_flag.h128 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
140 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
148 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__mutex/
H A Donce_flag.h83 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
91 if (__libcpp_acquire_load(&__flag.__state_) != once_flag::_Complete) { in call_once()
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_count.h44 inline _LIBCPP_HIDE_FROM_ABI _ValueType __libcpp_acquire_load(_ValueType const* __value) { in __libcpp_acquire_load() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dshared_ptr.h86 inline _LIBCPP_HIDE_FROM_ABI _ValueType __libcpp_acquire_load(_ValueType const* __value) { in __libcpp_acquire_load() function