Searched refs:busy_reading_condition (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp226 ConditionVariable busy_reading_condition; member in struct:__anon39::block_cache
1438 busy_reading_condition.Init(this, "cache block busy_reading");
1743 cache->busy_reading_condition.NotifyAll();
1756 cache->busy_reading_condition.Add(&entry);
1776 cache->busy_reading_condition.Add(&entry);

Completed in 119 milliseconds