acltdtStopChannel
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
☓ |
|
☓ |
|
√ |
Description
Wakes up and stops a blocked sending (acltdtSendTensor is called) or receiving (acltdtReceiveTensor is called) thread. This API is especially useful when a thread is blocked due to running out of data. To wake up and stop a blocked sending or receiving thread, call this API in a thread other than the blocked thread.
Prototype
aclError acltdtStopChannel(acltdtChannelHandle *handle)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
handle |
Input |
Channel. Call acltdtCreateChannel or acltdtCreateChannelWithCapacity to create data of the acltdtChannelHandle type in advance. |
Returns
0 on success; else, failure. For details, see aclError.