Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc525 static PerThreadSynch *const kPerThreadSynchNull = variable
2053 PerThreadSynch *wake_list = kPerThreadSynchNull; // list of threads to wake in UnlockSlow()
2299 ABSL_RAW_CHECK(wake_list != kPerThreadSynchNull, in UnlockSlow()
2317 if (wake_list != kPerThreadSynchNull) { in UnlockSlow()
2322 } while (wake_list != kPerThreadSynchNull); in UnlockSlow()
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc514 static PerThreadSynch *const kPerThreadSynchNull = variable
2042 PerThreadSynch *wake_list = kPerThreadSynchNull; // list of threads to wake in UnlockSlow()
2288 ABSL_RAW_CHECK(wake_list != kPerThreadSynchNull, in UnlockSlow()
2306 if (wake_list != kPerThreadSynchNull) { in UnlockSlow()
2311 } while (wake_list != kPerThreadSynchNull); in UnlockSlow()