Searched refs:BufNotFull (Results 1 – 2 of 2) sorted by relevance
53 bool notify_no_longer_full = !BufNotFull(); in YieldOne()176 while (!BufNotFull()) { in Add()179 while (BufNotFull() && !values->empty()) { in Add()
137 bool BufNotFull() const SHARED_LOCKS_REQUIRED(mu_) { in BufNotFull() function