Searched refs:wake_list (Results 1 – 2 of 2) sorted by relevance
2053 PerThreadSynch *wake_list = kPerThreadSynchNull; // list of threads to wake in UnlockSlow() local2287 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()
2042 PerThreadSynch *wake_list = kPerThreadSynchNull; // list of threads to wake in UnlockSlow() local2276 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()