Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_file_buffer.h66 : 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
Dpersistent_cache_util.h25 : 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