#define LOS_ERRNO_QUEUE_IN_TSKWRITE   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x0b)

Queue error code: Queue reading and writing are not synchronous.

Value: 0x0200060b

Solution: Synchronize queue reading with queue writing.

在文件los_queue.h170行定义。