HomeSort by relevance Sort by last modified time
    Searched refs:cpu_polling_thread (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/system_wrappers/source/
cpu_win.cc 57 : cpu_polling_thread(NULL),
94 cpu_polling_thread = ThreadWrapper::CreateThread(
104 return (cpu_polling_thread != NULL) && (init_crit_ != NULL) &&
136 if (cpu_polling_thread != NULL)
138 delete cpu_polling_thread;
139 cpu_polling_thread = NULL;
146 if (!cpu_polling_thread->Start(dummy_id))
158 // possible that cpu_polling_thread is in the process of initializing.
174 cpu_polling_thread->Stop();
175 delete cpu_polling_thread;
    [all...]
cpu_win.h 62 ThreadWrapper* cpu_polling_thread; member in class:webrtc::CpuWindows

Completed in 30 milliseconds