Home
last modified time | relevance | path

Searched refs:queues (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_priority_queue.c23 HdfWlanQueue *queues[0]; member
45 priorityQueue->queues[i] = CreateQueue(queueSize); in CreatePriorityQueue()
46 if (priorityQueue->queues[i] == NULL) { in CreatePriorityQueue()
77 if (queueImpl->queues[i] == NULL) { in DestroyPriorityQueue()
80 DestroyQueue(queueImpl->queues[i]); in DestroyPriorityQueue()
81 queueImpl->queues[i] = NULL; in DestroyPriorityQueue()
107 ret = PushQueue(queueImpl->queues[pri], context); in PushPriorityQueue()
123 context = PopQueue(queue->queues[i]); in PopQueueByPri()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
H A Dflow_control.c147 NetBufQueueInit(&fcm->fcmQueue[i].queues[j].dataQueue); in FlowControlQueueInit()
148 OsalSpinInit(&fcm->fcmQueue[i].queues[j].lock); in FlowControlQueueInit()
164 NetBufQueueClear(&fcm->fcmQueue[i].queues[j].dataQueue); in FlowControlQueueDeinit()
165 OsalSpinDestroy(&fcm->fcmQueue[i].queues[j].lock); in FlowControlQueueDeinit()
211 fcmQueue = &fcm->fcmQueue[dir].queues[id]; in SetQueueThreshold()
245 fcmQueue = &fcm->fcmQueue[dir].queues[id]; in SendBuffToFCM()
249 fcm->fcmQueue[dir].queues[id].pktCount = 0; in SendBuffToFCM()
252 fcm->fcmQueue[dir].queues[id].pktCount++; in SendBuffToFCM()
305 q = &fcm->fcmQueue[dir].queues[id].dataQueue; in SendFlowControlQueue()
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-sysinfo.md6 …e of the current operating system, including tasks, semaphores, mutexes, queues, and software time…
53 | Queue | Using queues. |
H A Dkernel-small-basic-process-scheduler.md17queues. Each bucket queue corresponds to a thread priority bucket queue. The thread priority range…
23 … processes or threads created during running are added to the scheduling queues. The system select…
H A Dkernel-mini-basic-ipc-queue.md12 … allow messages in a queue not to be processed immediately. In addition, queues can be used to buf…
20 - The system dynamically applies for memory space required for creating normal queues.
102 > - The maximum number of queues supported by the system is the total number of queue resources of …
H A Dkernel-small-basic-trans-queue.md12 … allow messages in a queue not to be processed immediately. In addition, queues can be used to buf…
105 > - The maximum number of queues supported by the system is the total number of queue resources of …
H A Dkernel-small-overview.md49 - Kernel communication: supports events, semaphores, mutexes, and queues.
H A Dkernel-small-bundles-container.md131 The IPC container isolates IPC objects, including the message queues and shared memory.
H A Dkernel-mini-appx-lib.md134 **Table 10** APIs for message queues
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/
H A Dflow_control.h110 struct FlowControlQueue queues[QUEUE_ID_COUNT]; /**< Array of flow control queues */ member
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-runtime-overview.md23 - Others: asynchronous work queues and Node-APIs that interact with C++.
H A Dlinear-container.md101 …ynamic expansion. The bottom layer of **Deque** is implemented by cyclic queues, delivering a high…
131 The bottom layer of **Queue** is implemented by cyclic queues, delivering a high efficiency in enqu…
/ohos5.0/docs/en/readme/
H A Dglobal-resource-scheduling.md11 …software entities such as foreground and background tasks, messages, and queues. Below shows the m…
H A DARK-Runtime-Subsystem.md41 …- Others: asynchronous work queues, TypeScript (TS) type loading, and JS native APIs (JSNAPIs) for…
H A Dliteipc_driver.md4 …a somewhat higher level mechanism than POSIX IPC methods such as message queues or shared memory, …
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-other-practical-tools.md13 …buv provides an event loop mechanism to process events, trigger callbacks, and manage event queues.
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/
H A D_o_h___audio_renderer___callbacks___struct.md107 Once the callback function finishes its execution, the audio service queues the data pointed to by …
/ohos5.0/docs/en/application-dev/media/audio/
H A Dusing-audiorenderer-for-playback.md74 …> - Once the callback function finishes its execution, the audio service queues the data in the bu…
123 …> - Once the callback function finishes its execution, the audio service queues the data in the bu…
H A Dusing-ohaudio-for-playback.md96 …> - Once the callback function finishes its execution, the audio service queues the data in the bu…
167 …> - Once the callback function finishes its execution, the audio service queues the data in the bu…
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-minichip-kernel.md131 | LOSCFG_BASE_IPC_QUEUE_LIMIT | Maximum number of message queues.| 64 |
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Daudio-encoding.md79 // Initialize the queues.
H A Daudio-decoding.md78 // Initialize the queues.
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v5.0.0-release.md349 …ct communication across threads. TaskPool provides features such as task queues, continuous tasks,…
H A DOpenHarmony-v3.2-release.md116 - For each process, two queues are created: a high-priority queue for messages and a low-priority q…
H A DOpenHarmony-v5.0-beta1.md590 - TaskPool supports serial queues to ensure the task execution sequence.

12