aclrtQueryEvent (Deprecated)
Note: This API will be deprecated in future releases. Use aclrtQueryEventStatus instead.
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Queries whether the events recorded by aclrtRecordEvent in the same thread as this API are executed.
Prototype
aclError aclrtQueryEvent(aclrtEvent event, aclrtEventStatus *status)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
event |
Input |
Event to query. |
status |
Output |
Pointer to the event status. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Event Management