Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc2053 PerThreadSynch *wake_list = kPerThreadSynchNull; // list of threads to wake in UnlockSlow() local
2287 h = DequeueAllWakeable(h, pw, &wake_list); in UnlockSlow()
2299 ABSL_RAW_CHECK(wake_list != kPerThreadSynchNull, in UnlockSlow()
2317 if (wake_list != kPerThreadSynchNull) { in UnlockSlow()
2318 int64_t enqueue_timestamp = wake_list->waitp->contention_start_cycles; in UnlockSlow()
2319 bool cond_waiter = wake_list->cond_waiter; in UnlockSlow()
2321 wake_list = Wakeup(wake_list); // wake waiters in UnlockSlow()
2322 } while (wake_list != kPerThreadSynchNull); in UnlockSlow()
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc2042 PerThreadSynch *wake_list = kPerThreadSynchNull; // list of threads to wake in UnlockSlow() local
2276 h = DequeueAllWakeable(h, pw, &wake_list); in UnlockSlow()
2288 ABSL_RAW_CHECK(wake_list != kPerThreadSynchNull, in UnlockSlow()
2306 if (wake_list != kPerThreadSynchNull) { in UnlockSlow()
2307 int64_t enqueue_timestamp = wake_list->waitp->contention_start_cycles; in UnlockSlow()
2308 bool cond_waiter = wake_list->cond_waiter; in UnlockSlow()
2310 wake_list = Wakeup(wake_list); // wake waiters in UnlockSlow()
2311 } while (wake_list != kPerThreadSynchNull); in UnlockSlow()