Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/include/
H A Datomic_support.h64 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) in __libcpp_relaxed_store() function
125 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val)
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dmutex.cpp235 __libcpp_relaxed_store(&flag, once_flag::_State_type(1)); in __call_once()
248 __libcpp_relaxed_store(&flag, once_flag::_State_type(0)); in __call_once()