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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp462 uint32_t gateCount; member in class:IOGraphicsWorkLoop
545 if (!gateCount) panic("gateCount");
546 gateCount++;
565 assert (gateCount == 0);
567 if (gateCount) panic("gateCount");
570 gateCount = 1;
579 if (1 == gateCount)
583 if (gateCount !
[all...]

Completed in 141 milliseconds