SetThreadHandicap
Sets the number of context switches a thread is permanently handicapped (delayed) before being rescheduled
#include <nwthread.h>
void SetThreadHandicap (
int threadID,
int handicap);
None
This function sets the value used to determine the number of context switches a thread waits before being put on the Run Queue. This sets the permanent handicap.