public void ThreadIdle(VMThread thread)
 {
     /** Switch thread to idle **/
     VM.ThreadIdle(thread);
 }