tk_ena_dsp

Enable Dispatch

[C Language Interface]

ER ercd = tk_ena_dsp ( ) ;

[Parameters]

None

[Return Parameters]

ER ercd Error code

[Error Codes]

E_OK Normal completion

E_CTX Context error (issued from task-independent portion)

[Description]

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