Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/src/include/
H A Datomic_support.h65 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) in __libcpp_relaxed_store() function
126 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val)
/freebsd-12.1/contrib/libc++/src/
H A Dmutex.cpp233 __libcpp_relaxed_store(&flag, 1ul); in __call_once()
245 __libcpp_relaxed_store(&flag, 0ul); in __call_once()