aclrtCntNotifyReset
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
☓ |
|
☓ |
|
☓ |
|
☓ |
|
☓ |
Description
Resets a CntNotify object to clear its count. This API is asynchronous.
Prototype
1 | aclError aclrtCntNotifyReset(aclrtCntNotify cntNotify, aclrtStream stream) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
cntNotify |
Input |
Pointer to the CntNotify. For details about the type definition, see aclrtCntNotify. |
stream |
Input |
Stream. For details about the type definition, see aclrtStream. To use the default stream, pass NULL. 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: CntNotify Management