Searched refs:childWaitCond_ (Results 1 – 4 of 4) sorted by relevance
114 ctx->task->childWaitCond_.wait(lck); in WaitFdEvent()155 task->childWaitCond_.notify_one(); in PollOnce()
85 std::condition_variable childWaitCond_; member
131 parent->childWaitCond_.notify_all(); in DecChildRef()
218 task->childWaitCond_.wait(lck, [task] { return task->childWaitRefCnt == 0; }); in onWait()