aclrtProcessHostFunc

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

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:

  • –1: infinite wait.
  • Values greater than 0 (excluding 0): the wait period.

Returns

0 on success; else, failure. For details, see aclError.