Searched refs:__libcpp_relaxed_store (Results 1 – 2 of 2) sorted by relevance
259 __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()
55 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) in __libcpp_relaxed_store() function