NewTOAPIA.CClock.interrupt C# (CSharp) Method

interrupt() public method

Stop the sleep() or sleepto() methods.
public interrupt ( ) : void
return void
        public void interrupt()
        {
            // schedule the sleepto time to the current CCs, so that it will stop
            rdtsc(out m_ullSchedTime);

            Tick();
        }