acltdtStopChannel
The
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
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: Tensor Data Transmission