Home
last modified time | relevance | path

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

/system/bt/gd/common/
Dblocking_queue.h34 not_empty_.notify_all(); in push()
41 not_empty_.wait(lock); in take()
52 if (not_empty_.wait_for(lock, time) == std::cv_status::timeout) { in wait_to_take()
73 std::condition_variable not_empty_; variable
/system/bt/gd/hci/
Dcontroller_test.cc187 not_empty_.notify_all(); in HandleCommand()
234 if (not_empty_.wait_for(lock, time) == std::cv_status::timeout) { in GetCommand()
262 std::condition_variable not_empty_; member in bluetooth::hci::__anonea0b95cc0111::TestHciLayer