Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/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()
/aosp_15_r20/external/cronet/third_party/libc++/src/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) {
/aosp_15_r20/external/libcxx/src/
H A Dmutex.cpp233 __libcpp_relaxed_store(&flag, 1ul); in __call_once()
245 __libcpp_relaxed_store(&flag, 0ul); in __call_once()
/aosp_15_r20/external/libcxx/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)
/aosp_15_r20/external/libcxxabi/src/include/
H A Datomic_support.h69 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) in __libcpp_relaxed_store() function
130 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val)
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv22318 …libcxx,[email protected],Add placeholder __libcpp_relaxed_store() for when…