Searched refs:count_ (Results 1 – 1 of 1) sorted by relevance
27 Semaphore(int count = 0) : count_(count) {} in count_() function33 if (count_ > 0) { in Wait()34 count_--; in Wait()43 count_++; in Post()50 int count_; variable