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 D | call_once.cpp | 50 __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 D | atomic_support.h | 53 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 D | mutex.cpp | 233 __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 D | atomic_support.h | 65 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 D | atomic_support.h | 69 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 D | commit.csv | 22318 …libcxx,[email protected],Add placeholder __libcpp_relaxed_store() for when…
|