|
返回值 |
描述 |
|
LOS_OK |
The queue is successfully deleted. |
|
LOS_ERRNO_QUEUE_NOT_FOUND |
The queue cannot be found. |
|
LOS_ERRNO_QUEUE_NOT_CREATE |
The queue handle passed in when the queue is being deleted is incorrect. |
|
LOS_ERRNO_QUEUE_IN_TSKUSE |
The queue that blocks a task cannot be deleted. |
|
LOS_ERRNO_QUEUE_IN_TSKWRITE |
Queue reading and writing are not synchronous. |