GetThreadHandicap
Gets the number of context switches a thread is delayed before being rescheduled
#include <nwthread.h>
LONG GetThreadHandicap (
int threadID);
This function returns the current handicap for the specified thread.
A context switch is the task switching enacted by the OS when swapping the current thread.