aclrtResetEvent
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Resets an event. Resets the event only after all tasks in the stream are completely executed. This API is asynchronous.
Prototype
aclError aclrtResetEvent(aclrtEvent event, aclrtStream stream)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
event |
Input |
Event to reset. |
stream |
Input |
Stream. For stream synchronization, for example, Stream2 waits for Stream1, set this parameter to Stream2. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Event Management