Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dcall_once.cpp50 __libcpp_relaxed_store(&flag, once_flag::_Unset); in __call_once()
55 __libcpp_relaxed_store(&flag, once_flag::_Pending); in __call_once()
/freebsd-src/contrib/llvm-project/libcxx/src/include/
H A Datomic_support.h53 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) { in __libcpp_relaxed_store() function
93 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) {