Lines Matching refs:monitor
46 monitor = CPUManagerStrategy::CreateCPUMonitor(this);
71 delete monitor;
111 (void)monitor->IntoSleep(thread->GetQos());
124 monitor->WakeupCount(thread->GetQos());
132 monitor->IntoDeepSleep(thread->GetQos());
134 if (monitor->IsExceedDeepSleepThreshold()) {
142 monitor->OutOfDeepSleep(thread->GetQos());
145 monitor->TimeoutCount(thread->GetQos());
179 int wakedWorkerNum = monitor->WakedWorkerNum(thread->GetQos());
259 // default strategy of monitor ops