Searched refs:powerThread (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp250 thread_t powerThread; member in struct:IOFBController
4180 saveThread = __private->controller->powerThread;
4181 __private->controller->powerThread = current_thread();
4223 __private->controller->powerThread = saveThread;
4252 current_thread() != __private->controller->powerThread);
4254 if (current_thread() != __private->controller->powerThread)
5058 __private->controller->powerThread = current_thread();
5115 __private->controller->powerThread = NULL;
5133 __private->controller->powerThread = current_thread();
5135 __private->controller->powerThread
[all...]

Completed in 83 milliseconds