Searched refs:condRead_ (Results 1 – 2 of 2) sorted by relevance
30 condRead_.wait(guard, [=]()->bool { return writeCnt_ == 0; }); in LockRead()54 condRead_.notify_all(); in UnLockWrite()
66 std::condition_variable condRead_; variable