Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dcollection-barrier.cc59 cv_wakeup_.NotifyAll(); in NotifyShutdownRequested()
68 cv_wakeup_.NotifyAll(); in ResumeThreadsAwaitingCollection()
77 cv_wakeup_.NotifyAll(); in CancelCollectionAndResumeThreads()
105 cv_wakeup_.Wait(&mutex_); in AwaitCollectionBackground()
Dcollection-barrier.h57 base::ConditionVariable cv_wakeup_; variable