Home | History | Annotate | Download | only in base

Lines Matching refs:worker_

42   worker_.parent_ = this;
43 worker_.SetName("SignalThread", this);
54 return worker_.SetName(name, obj);
61 return worker_.SetPriority(priority);
70 worker_.Start();
85 worker_.Quit();
90 worker_.Stop();
114 ASSERT(worker_.IsCurrent());
115 return worker_.ProcessMessages(0);
140 worker_.Stop();