Home
last modified time | relevance | path

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

/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc2537 intptr_t mutex_v = mutex->mu_.load(std::memory_order_relaxed); in WaitCommon() local
2538 Mutex::MuHow mutex_how = ((mutex_v & kMuWriter) != 0) ? kExclusive : kShared; in WaitCommon()
/external/abseil-cpp/absl/synchronization/
Dmutex.cc2537 intptr_t mutex_v = mutex->mu_.load(std::memory_order_relaxed); in WaitCommon() local
2538 Mutex::MuHow mutex_how = ((mutex_v & kMuWriter) != 0) ? kExclusive : kShared; in WaitCommon()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc2537 intptr_t mutex_v = mutex->mu_.load(std::memory_order_relaxed); in WaitCommon() local
2538 Mutex::MuHow mutex_how = ((mutex_v & kMuWriter) != 0) ? kExclusive : kShared; in WaitCommon()
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.cc2525 intptr_t mutex_v = mutex->mu_.load(std::memory_order_relaxed); in WaitCommon() local
2526 Mutex::MuHow mutex_how = ((mutex_v & kMuWriter) != 0) ? kExclusive : kShared; in WaitCommon()
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.cc2526 intptr_t mutex_v = mutex->mu_.load(std::memory_order_relaxed); in WaitCommon() local
2527 Mutex::MuHow mutex_how = ((mutex_v & kMuWriter) != 0) ? kExclusive : kShared; in WaitCommon()
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc2555 intptr_t mutex_v = mutex->mu_.load(std::memory_order_relaxed); in WaitCommon() local
2556 Mutex::MuHow mutex_how = ((mutex_v & kMuWriter) != 0) ? kExclusive : kShared; in WaitCommon()