Home
last modified time | relevance | path

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

/external/libcxx/src/include/
Datomic_support.h64 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) in __libcpp_relaxed_store() function
117 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val)
/external/libcxx/src/
Dmutex.cpp233 __libcpp_relaxed_store(&flag, 1ul); in __call_once()
245 __libcpp_relaxed_store(&flag, 0ul); in __call_once()