tk_ena_dsp
Enable Dispatch
ER ercd = tk_ena_dsp ( ) ;
None
ER ercd Error code
E_OK Normal completion
E_CTX Context error (issued from task-independent portion)
Enables task dispatching.
This system call cancels the disabling of dispatching by the tk_dis_dsp system call.
If tk_ena_dsp is called for a task not in dispatch disabled state, the dispatch enabled state continues
and no error code is returned.

Comments