aclrtProcessHostFunc
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
X |
X |
|
X |
|
X |
|
X |
|
X |
Description
Triggers callback handling after a specified period. The thread specified by aclrtSubscribeHostFunc handles the callback.
You need to create a thread in advance and customize the thread function. This API is called in the thread function. After a specified period of time, the operator computation is performed in the system.
Prototype
1 | aclError aclrtProcessHostFunc(int32_t timeout) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
timeout |
Input |
Timeout period (ms). Value range:
|
Returns
0 on success; otherwise, failure. For details, see aclError.
Parent topic: Other APIs