Searched refs:repeat_count_ (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp174 : interval_(interval), repeat_count_(repeat_count) {}
182 uint32_t repeat_count_; member in class:__anon1291::RepeatingTask
187 if (repeat_count_ == 0) {
191 repeat_count_ -= 1;

Completed in 76 milliseconds