function Interrupt_Is_In_Progress return RTEMS.Boolean;
NONE
This directive returns TRUE
if the processor is currently
servicing an interrupt and FALSE
otherwise. A return value
of TRUE
indicates that the caller is an interrupt service
routine, NOT a task. The directives available to an interrupt
service routine are restricted.
This directive will not cause the calling task to be preempted.
Copyright © 1988-2008 OAR Corporation