Docs » Autodocs » exec.library » Permit
Permit -- permit task rescheduling.
Permit() void Permit(void);
Allow other tasks to be scheduled to run by the dispatcher, after a matching Forbid() has been executed.
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().
This call is guaranteed to preserve all registers.
Forbid(), Disable(), Enable()
|