(C) 1998 AROS - The Amiga Research OS
Note that calls to Disable() nest, and for every call to Disable() you need a matching call to Enable().
***** WARNING *****
Using this function is considered very harmful, and it is not recommended to use this function for ** ANY ** reason.
It is quite possible to either crash the system, or to prevent normal activities (disk/port i/o) from occuring.
Note: As taskswitching is driven by the interrupts subsystem, this function has the side effect of disabling multitasking.
No you DEFINITATELY don't want to use this function.
To prevent deadlocks calling Wait() in disabled state breaks the disable - thus interrupts may happen again.