Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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)
/llvm-project-15.0.7/libcxx/src/
H A Dmutex.cpp240 __libcpp_relaxed_store(&flag, once_flag::_State_type(1)); in __call_once()
253 __libcpp_relaxed_store(&flag, once_flag::_State_type(0)); in __call_once()