Searched defs:count_ (Results 1 – 3 of 3) sorted by relevance
63 explicit Semaphore(int value = 1) : count_(value) {} in count_() function
102 std::atomic<uint32_t> count_; variable
55 uint64_t count_ = 0; variable