HomeSort by relevance Sort by last modified time
    Searched full:happy_ (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/base/
task_unittest.cc 149 happy_[i].task_ = new HappyTask(&task_runner_);
150 happy_[i].task_->SignalTimeoutId.connect(this,
152 happy_[i].task_->SignalDoneId.connect(this,
154 happy_[i].timed_out_ = false;
155 happy_[i].xlat_ = happy_[i].task_->unique_id();
167 happy_[happy_index++].task_->Start();
172 happy_[happy_index++].task_->Start();
197 if (happy_[j].task_) {
198 happy_[j].task_->Wake()
287 TaskInfo happy_[HAPPY_TASK_COUNT]; member in class:rtc::TaskTest
    [all...]

Completed in 450 milliseconds