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

/macosx-10.9.5/IONetworkingFamily-100/
H A DIOGatedOutputQueue.h85 virtual bool scheduleServiceThread(void * param);
H A DIOOutputQueue.h130 /*! @function scheduleServiceThread
138 virtual bool scheduleServiceThread(void * param = 0);
152 scheduleServiceThread(). The default implementation does nothing.
153 @param param A parameter that was given to scheduleServiceThread()
H A DIOOutputQueue.cpp105 bool IOOutputQueue::scheduleServiceThread(void * param) function in class:IOOutputQueue
134 // Must be implemented by a subclass that calls scheduleServiceThread().
467 scheduleServiceThread(
634 scheduleServiceThread();
990 bool IOGatedOutputQueue::scheduleServiceThread(void * param) function in class:IOGatedOutputQueue
999 return super::scheduleServiceThread(param);

Completed in 246 milliseconds