Home
last modified time | relevance | path

Searched refs:wait_count_ (Results 1 – 1 of 1) sorted by relevance

/test/vts/runners/target/vts_hal_hidl_target/
DVtsHalHidlTargetCallbackBase.h243 : wait_count_(0), in CallbackLock()
308 while (wait_count_ == 0) { in Wait()
315 } else if (!wait_count_) { in Wait()
319 wait_count_--; in Wait()
330 wait_count_++; in Notify()
339 unsigned int wait_count_; variable