Searched refs:mutex_v (Results 1 – 6 of 6) sorted by relevance
2537 intptr_t mutex_v = mutex->mu_.load(std::memory_order_relaxed); in WaitCommon() local2538 Mutex::MuHow mutex_how = ((mutex_v & kMuWriter) != 0) ? kExclusive : kShared; in WaitCommon()
2525 intptr_t mutex_v = mutex->mu_.load(std::memory_order_relaxed); in WaitCommon() local2526 Mutex::MuHow mutex_how = ((mutex_v & kMuWriter) != 0) ? kExclusive : kShared; in WaitCommon()
2526 intptr_t mutex_v = mutex->mu_.load(std::memory_order_relaxed); in WaitCommon() local2527 Mutex::MuHow mutex_how = ((mutex_v & kMuWriter) != 0) ? kExclusive : kShared; in WaitCommon()
2555 intptr_t mutex_v = mutex->mu_.load(std::memory_order_relaxed); in WaitCommon() local2556 Mutex::MuHow mutex_how = ((mutex_v & kMuWriter) != 0) ? kExclusive : kShared; in WaitCommon()