Home  /  Autodocs  /  exec.library

NAME

Permit
permit task rescheduling.

SYNOPSIS

Permit()

void Permit(void);

FUNCTION

Allow other tasks to be scheduled to run by the dispatcher, after a matching Forbid() has been executed.

RESULT

Other tasks will be rescheduled as they are ready to run. In order to restore normal task rescheduling, the programmer must execute exactly one call to Permit() for every call to Forbid().

NOTES

This call is guaranteed to preserve all registers.

SEE ALSO

Forbid(), Disable(), Enable()