Vinay Devadas wrote: >> And never executed halt, right? >> > > No, I just made the sampling thread sleep for the "interval length". I did > not halt the CPU. > Right, but when your thread slept, it probably yielded the CPU, and if the CPU had nothing else to run it probably went idle, which means that it halted (since this is done out of the idle loop)... ;)
-Eric
