Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc645 static const intptr_t kMuHigh = ~kMuLow; // mask pointer/reader count variable
779 return reinterpret_cast<PerThreadSynch *>(v & kMuHigh); in GetPerThreadSynch()
1720 assert((v & kMuHigh) != 0); in ExactlyOneReader()
1724 constexpr intptr_t kMuMultipleWaitersMask = kMuHigh ^ kMuOne; in ExactlyOneReader()
2114 nv |= new_readers & kMuHigh; in UnlockSlow()
2127 if ((v & kMuReader) != 0 && (h->readers & kMuHigh) > kMuOne) { in UnlockSlow()
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc634 static const intptr_t kMuHigh = ~kMuLow; // mask pointer/reader count variable
766 return reinterpret_cast<PerThreadSynch *>(v & kMuHigh); in GetPerThreadSynch()
1709 assert((v & kMuHigh) != 0); in ExactlyOneReader()
1713 constexpr intptr_t kMuMultipleWaitersMask = kMuHigh ^ kMuOne; in ExactlyOneReader()
2103 nv |= new_readers & kMuHigh; in UnlockSlow()
2116 if ((v & kMuReader) != 0 && (h->readers & kMuHigh) > kMuOne) { in UnlockSlow()