Home
last modified time | relevance | path

Searched refs:slow_need_zero (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc685 intptr_t slow_need_zero; // fast_need_zero with events (e.g. logging) member
1613 if ((v & kExclusive->slow_need_zero) == 0 && // try fast acquire in TryLock()
1652 while ((v & kShared->slow_need_zero) == 0 && loop_limit != 0) { in ReaderTryLock()
1928 if ((v & waitp->how->slow_need_zero) == 0) { in LockSlowLoop()
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc674 intptr_t slow_need_zero; // fast_need_zero with events (e.g. logging) member
1602 if ((v & kExclusive->slow_need_zero) == 0 && // try fast acquire in TryLock()
1641 while ((v & kShared->slow_need_zero) == 0 && loop_limit != 0) { in ReaderTryLock()
1917 if ((v & waitp->how->slow_need_zero) == 0) { in LockSlowLoop()