Home
last modified time | relevance | path

Searched refs:fSleepers (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/iokit/Kernel/
H A DIOCommandPool.cpp184 fSleepers++; in gatedGetCommand()
185 fSerializer->commandSleep(&fSleepers, THREAD_UNINT); in gatedGetCommand()
218 if (fSleepers) { in gatedReturnCommand()
219 fSerializer->commandWakeup(&fSleepers, /* oneThread */ true); in gatedReturnCommand()
220 fSleepers--; in gatedReturnCommand()
/xnu-10063.141.1/iokit/IOKit/
H A DIOCommandPool.h84 UInt32 fSleepers; /* Count of threads sleeping on this pool */ variable