Function: get_thread_last_task_id
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Obtains the ID of the last task delivered by the current thread.
Prototype
- C Prototype
1aclError aclrtGetThreadLastTaskId(uint32_t *taskId)
- Python Function
1task_id, ret = acl.rt.get_thread_last_task_id()
Parameter Description
None.
Return Value Description
Return Value |
Description |
|---|---|
taskId |
Unsigned int, task ID. ID of the last task delivered by the current thread. The task here indicates the one delivered by the stream explicitly created by the user. |
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: Execution Control