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

/macosx-10.10/IONetworkingFamily-101/
H A DIOOutputQueue.h133 a thread that will call serviceThread() when it starts running.
134 @param param A parameter to pass to the serviceThread() method.
148 /*! @function serviceThread
157 virtual void serviceThread(void * param);
H A DIOBasicOutputQueue.h76 /*! @function serviceThread
77 @abstract Provides an implementation for the serviceThread() method
86 virtual void serviceThread(void * param);
H A DIOOutputQueue.cpp103 // serviceThread() method.
123 // handler. This function in turn will call the serviceThread() method.
130 ((IOOutputQueue *) param0)->serviceThread(param1);
137 void IOOutputQueue::serviceThread(void * param) function in class:IOOutputQueue
333 // Provide an implementation for the serviceThread() method defined in
337 void IOBasicOutputQueue::serviceThread(void * param) function in class:IOBasicOutputQueue
1009 self->serviceThread((void *) kStateOutputDeferred);

Completed in 119 milliseconds