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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandPool.h120 * Should probably use IOCommandPool::withWorkLoop() as it is easier to use.
128 * @function withWorkLoop
131 * The withWorkLoop method is what is known as a factory method. It creates
140 static IOCommandPool *withWorkLoop(IOWorkLoop *inWorkLoop);
151 * @function withWorkLoop
152 * @abstract Should never be used, obsolete. See IOCommandPool::withWorkLoop.
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandPool.cpp54 // withWorkLoop - primary initializer and factory method
58 withWorkLoop(IOWorkLoop *inWorkLoop) function in class:IOCommandPool

Completed in 18 milliseconds