Function: set_op_wait_timeout
C Prototype |
aclError aclrtSetOpWaitTimeout(uint32_t timeout) |
|---|---|
Python Function |
ret = acl.rt.set_op_wait_timeout(timeout) |
Function Usage |
Sets the timeout interval for waiting for the completion of a specified event. |
Input Description |
timeout: timeout interval, in seconds. The value 0 indicates no timeout. |
Return Value |
ret: int, error code.
|
Restrictions |
|
Parent topic: Event Management