Home
last modified time | relevance | path

Searched refs:CreateQueue (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/queue/
H A Dqueue_test.cpp102 LockFreeQueue *queue = CreateQueue(INVALID_NUM);
104 queue = CreateQueue(NOT_POWER_OF_2_NUM);
118 LockFreeQueue *queue = CreateQueue(IS_POWER_OF_2_NUM);
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/
H A Dhdf_wlan_queue.h15 HdfWlanQueue *CreateQueue(uint16_t maxQueueSize);
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/network/wifi/platform/src/
H A Dhdf_wlan_queue.c41 HdfWlanQueue *CreateQueue(uint16_t maxQueueSize) in CreateQueue() function
/ohos5.0/foundation/communication/dsoftbus/core/common/queue/
H A Dsoftbus_queue.c95 LockFreeQueue* CreateQueue(uint32_t unitNum) in CreateQueue() function
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dbase_queue.h103 std::unique_ptr<BaseQueue> CreateQueue(int queueType, const ffrt_queue_attr_t* attr);
H A Dbase_queue.cpp138 std::unique_ptr<BaseQueue> CreateQueue(int queueType, const ffrt_queue_attr_t* attr) in CreateQueue() function
H A Dqueue_handler.cpp53 queue_ = CreateQueue(type, attr); in QueueHandler()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/network/wifi/platform/src/
H A Dhdf_wlan_queue.c37 HdfWlanQueue *CreateQueue(uint16_t maxQueueSize) in CreateQueue() function
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_priority_queue.c45 priorityQueue->queues[i] = CreateQueue(queueSize); in CreatePriorityQueue()
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_queue.h71 extern LockFreeQueue* CreateQueue(uint32_t unitNum);
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_send_queue.c44 queue->queue[i] = CreateQueue(GetQueueLimit(i)); in CreateBleQueue()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_send_queue.c44 queue->queue[i] = CreateQueue(GetQueueLimit(i)); in CreateBrQueue()