Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_base/synchronization/
H A Dmutex_unittest.cc97 int shared_value() { in shared_value() function in webrtc::__anona92255360111::LockRunner
98 int shared_value; in shared_value() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Datomicity.cpp180 bool test_arithmetic(boost::atomic<value_type> & shared_value, std::size_t instance) in test_arithmetic()
207 bool test_bitops(boost::atomic<value_type> & shared_value, std::size_t instance) in test_bitops()
Datomicity_ref.cpp186 bool test_arithmetic(value_type& shared_value, std::size_t instance) in test_arithmetic()
214 bool test_bitops(value_type& shared_value, std::size_t instance) in test_bitops()
/aosp_15_r20/external/webrtc/rtc_base/deprecated/
H A Drecursive_critical_section_unittest.cc96 int shared_value() const { return shared_value_; } in shared_value() function in rtc::__anone2b848380111::RunnerBase