Home
last modified time | relevance | path

Searched refs:cond_ (Results 1 – 4 of 4) sorted by relevance

/hardware/nxp/uwb/halimpl/tml/
DphMessageQueue.h42 cond_.notify_one(); in send()
46 cond_.wait(lk, [this] { return !items_.empty(); }); in recv()
52 cond_.notify_all(); in clear()
60 std::condition_variable cond_; variable
/hardware/google/graphics/common/libhwc2.1/libdrmresource/utils/
Dworker.cpp49 cond_.notify_all(); in Exit()
62 cond_.wait(lk); in WaitForSignalOrExitLocked()
64 cond_.wait_for(lk, std::chrono::nanoseconds(max_nanoseconds))) { in WaitForSignalOrExitLocked()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Dworker.h41 cond_.notify_all(); in Signal()
70 std::condition_variable cond_; variable
/hardware/nxp/uwb/halimpl/hal/
DsessionTrack.cc82 std::condition_variable cond_; member
653 msg->cond_.notify_one(); in PowerManagerWorker()
667 …if (msg->cond_.wait_for(lock, std::chrono::milliseconds(kQueueTimeoutMs)) == std::cv_status::timeo… in QueueSessionTrackWork()