aclrtWaitAndResetNotify
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Description
Makes a stream wait on a Notify object, and then resets the Notify object. This API is asynchronous.
Prototype
1
|
aclError aclrtWaitAndResetNotify(aclrtNotify notify, aclrtStream stream, uint32_t timeout) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
notify |
Input |
Notify object to wait on. For details about the type definition, see aclrtNotify. |
|
stream |
Input |
Stream. For details about the type definition, see aclrtStream. For stream synchronization, for example, Stream2 waits for Stream1, set this parameter to Stream2. |
|
timeout |
Input |
Waiting timeout. The options are as follows:
|
Returns
0 on success; otherwise, failure. For details, see aclError.