Home
last modified time | relevance | path

Searched defs:null_atomic_int (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dnull_mutex.h25 struct null_atomic_int struct
28 null_atomic_int() = default; argument
30 null_atomic_int(int val):value(val) in null_atomic_int() argument
33 int load(std::memory_order) const in load()
38 void store(int val) in store()