Searched refs:queueID (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/network/wifi/platform/src/ |
H A D | hdf_wlan_queue.c | 38 uint32_t queueID; member 49 uint32_t ret = LOS_QueueCreate("", maxQueueSize, &(queue->queueID), 0, sizeof(void *)); in CreateQueue() 62 uint32_t status = LOS_QueueDelete(queueImpl->queueID); in DestroyQueue() 78 uint32_t status = LOS_QueueReadCopy(queueImpl->queueID, &context, &bufferSize, 0); in PopQueue() 94 … uint32_t ret = LOS_QueueWriteCopy(queueImpl->queueID, &context, sizeof(void *), LOS_WAIT_FOREVER); in PushQueue()
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-basic-trans-queue.md | 44 UINT32 queueID; /**< queueID */
|
H A D | kernel-mini-basic-ipc-queue.md | 41 UINT16 queueID; /* 队列ID */
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/ |
H A D | flow_control.h | 96 FlowControlQueueID queueID; /**< Flow control queue ID */ member
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-basic-trans-queue.md | 44 UINT32 queueID; /**< queueID */
|
H A D | kernel-mini-basic-ipc-queue.md | 41 UINT16 queueID; /* Queue ID */
|