Changing a thread's schedule

To change a thread's scheduling algorithm after it's been created, use the thread's TThreadHandle::SetThreadSchedule() member function:

      // schedule is an instance of a subclass of TThreadSchedule
      aThread->SetThreadSchedule(schedule);


[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker