Searched refs:mRequestDoneCond (Results 1 – 4 of 4) sorted by relevance
120 auto st = mRequestDoneCond.wait_for(lk, timeout); in waitForBufferRequestDone()248 mRequestDoneCond.notify_one(); in threadLoop()
136 std::condition_variable mRequestDoneCond; // signaled when a request is done member
168 std::condition_variable mRequestDoneCond; // signaled when a request is done processing member
1707 auto st = mRequestDoneCond.wait_for(lk, timeout); in flush()1735 auto st = mRequestDoneCond.wait_for(lk, timeout); in switchToOffline()1781 mRequestDoneCond.notify_one(); in signalRequestDone()