Searched refs:cond_empty_ (Results 1 – 2 of 2) sorted by relevance
66 : cond_empty_(&lock_), buffer_size_(buffer_size) { in CacheWriteBufferAllocator()74 cond_empty_.Signal(); in CacheWriteBufferAllocator()105 cond_empty_.Signal(); in Deallocate()112 cond_empty_.Wait(); in WaitUntilUsable()122 port::CondVar cond_empty_; // Condition var for empty buffers variable
25 : cond_empty_(&lock_), max_size_(max_size) {}39 cond_empty_.SignalAll(); in Push()45 cond_empty_.Wait(); in Pop()61 port::CondVar cond_empty_; variable