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

/macosx-10.9.5/IONetworkingFamily-100/
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);
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);

Completed in 266 milliseconds