aclrtProcessHostFunc
The
The
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
aclError aclrtProcessHostFunc(int32_t timeout)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
timeout |
Input |
Timeout period (ms). Value range:
|
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: Execution Control