Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dtask_unittest.cc160 int happy_index = 0; in Start() local
163 (happy_index < HAPPY_TASK_COUNT)) { in Start()
167 happy_[happy_index++].task_->Start(); in Start()
172 happy_[happy_index++].task_->Start(); in Start()
184 ASSERT_EQ(HAPPY_TASK_COUNT, happy_index); in Start()