Lines Matching refs:count_
29 : count_(count), in Barrier()
40 SetCountLocked(self, count_ - 1); in Pass()
55 SetCountLocked(self, count_ + delta); in Increment()
64 while (count_ != 0) { in Increment()
75 SetCountLocked(self, count_ + delta); in Increment()
77 if (count_ != 0) { in Increment()
82 if (timed_out || count_ == 0) return timed_out; in Increment()
96 return count_; in GetCount()
100 count_ = count; in SetCountLocked()
107 if (count_ != 0) { in ~Barrier()
110 << "Attempted to destroy barrier with non zero count " << count_; in ~Barrier()