-
get_tid
iget_tid
-
Reference task ID in the RUNNING state.
ER get_tid (ID *p_tskid);
ER iget_tid (ID *p_tskid);
|
|
|
|
ID *p_tskid;
|
ID number of the task in the RUNNING state.
|
These service calls store the ID of a task in the RUNNING state in the area specified by parameter
p_tskid.
Note This service call stores TSK_NONE in the area specified by parameter
p_tskid if no tasks that have entered the RUNNING state exist (all tasks in the IDLE state).
|
|
|
|
|
|
|
|
- This service call was issued in the CPU locked state.
|