Home
last modified time | relevance | path

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

/external/libcxx/src/
Dmutex.cpp259 __libcpp_relaxed_store(&flag, 1ul); in __call_once()
263 __libcpp_relaxed_store(&flag, ~0ul); in __call_once()
271 __libcpp_relaxed_store(&flag, 0ul); in __call_once()
/external/libcxx/src/support/
Datomic_support.h55 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) in __libcpp_relaxed_store() function