by refractor » May 21, 2003 @ 10:52am
If your main application thread isn't busy/active then the OS should give priority to other tasks anyway. It's the job/responsibility of the OS to halt the processor, not the job of your application (IMHO at least).
If you're writing a device driver or something low-level that really does need to halt the processor, go look at the XScale/StrongARM ARM manuals on the Intel site... but I suspect the OS won't be too happy with you if you halt the processor behind its back.
Out of interest, which interrupt are you hooking?