Home | History | Annotate | Download | only in internal

Lines Matching defs:count_

156         count_(0),
163 assert(count_ == 0);
165 count_ = initial_count_;
175 assert(count_ > 0);
176 count_--;
177 if (count_ == 0) {
180 bool retval = count_ == 0;
189 while (count_) {
191 const std::size_t count_value = count_;
193 WaitForVariableChange(&count_, count_value, &cond_, &mutex_);
201 std::size_t count_;