ThreadSwitchLowPriority

Reschedules a thread onto the low-priority queue

Local Servers:blocking
Remote Servers:N/A
Classification:4.x, 5.x, 6.x
Service:Thread

Syntax

  #include <nwthread.h>  
   
  void ThreadSwitchLowPriority  (void); 
  

Return Values

None

Remarks

The ThreadSwitchLowPriority function can be used to schedule a thread to run only when there is nothing but hardware polling routines and temporarily handicapped threads to run. Routines suitable for this priority level would be once-a-week backup, file compression utilities, low-priority clean-up utilities, and so forth.