Contents

serviceThread

Provides an implementation for the serviceThread() method defined in IOOutputQueue.

Declaration

virtual void serviceThread(
 void *param);

Parameters

  • param:

    A parameter that was given to scheduleServiceThread(). This parameter is not used.

Overview

This method is called by the scheduled service thread when it starts to run. The service thread is scheduled by service() to restart a stalled queue when the kServiceAsync option is given.

See Also

Miscellaneous