Searched refs:cpu_polling_thread (Results 1 – 2 of 2) sorted by relevance
57 : cpu_polling_thread(NULL), in CpuWindows()94 cpu_polling_thread = ThreadWrapper::CreateThread( in AllocateComplexDataTypes()104 return (cpu_polling_thread != NULL) && (init_crit_ != NULL) && in AllocateComplexDataTypes()136 if (cpu_polling_thread != NULL) in DeAllocateComplexDataTypes()138 delete cpu_polling_thread; in DeAllocateComplexDataTypes()139 cpu_polling_thread = NULL; in DeAllocateComplexDataTypes()146 if (!cpu_polling_thread->Start(dummy_id)) in StartPollingCpu()174 cpu_polling_thread->Stop(); in StopPollingCpu()175 delete cpu_polling_thread; in StopPollingCpu()176 cpu_polling_thread = NULL; in StopPollingCpu()
62 ThreadWrapper* cpu_polling_thread; variable