aclrtGetThreadLastTaskId
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the ID of the last task delivered by the current thread.
Prototype
aclError aclrtGetThreadLastTaskId(uint32_t *taskId)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
taskId |
Output |
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. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Execution Control