aclrtCntNotifyRecord
Applicability
Product |
Supported |
|---|---|
☓ |
|
☓ |
|
☓ |
|
☓ |
|
☓ |
Description
Records a CntNotify object in a specified stream. This API is asynchronous.
The aclrtCntNotifyRecord and aclrtCntNotifyWaitWithTimeout APIs can be used together to synchronize streams.
Prototype
aclError aclrtCntNotifyRecord(aclrtCntNotify cntNotify, aclrtStream stream, aclrtCntNotifyRecordInfo *info)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
cntNotify |
Input |
CntNotify object to record. |
stream |
Input |
Stream. To use the default stream, pass NULL. For stream synchronization, for example, Stream2 waits for Stream1, set this parameter to Stream1. |
info |
Input |
Record mode. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: CntNotify Management