/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/ |
H A D | hdf_wlan_priority_queue.c | 23 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 D | flow_control.c | 147 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 D | kernel-small-debug-shell-cmd-sysinfo.md | 6 …e of the current operating system, including tasks, semaphores, mutexes, queues, and software time… 53 | Queue | Using queues. |
|
H A D | kernel-small-basic-process-scheduler.md | 17 …queues. 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 D | kernel-mini-basic-ipc-queue.md | 12 … 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 D | kernel-small-basic-trans-queue.md | 12 … 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 D | kernel-small-overview.md | 49 - Kernel communication: supports events, semaphores, mutexes, and queues.
|
H A D | kernel-small-bundles-container.md | 131 The IPC container isolates IPC objects, including the message queues and shared memory.
|
H A D | kernel-mini-appx-lib.md | 134 **Table 10** APIs for message queues
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/ |
H A D | flow_control.h | 110 struct FlowControlQueue queues[QUEUE_ID_COUNT]; /**< Array of flow control queues */ member
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-runtime-overview.md | 23 - Others: asynchronous work queues and Node-APIs that interact with C++.
|
H A D | linear-container.md | 101 …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 D | global-resource-scheduling.md | 11 …software entities such as foreground and background tasks, messages, and queues. Below shows the m…
|
H A D | ARK-Runtime-Subsystem.md | 41 …- Others: asynchronous work queues, TypeScript (TS) type loading, and JS native APIs (JSNAPIs) for…
|
H A D | liteipc_driver.md | 4 …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 D | use-napi-about-other-practical-tools.md | 13 …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.md | 107 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 D | using-audiorenderer-for-playback.md | 74 …> - 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 D | using-ohaudio-for-playback.md | 96 …> - 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 D | porting-minichip-kernel.md | 131 | LOSCFG_BASE_IPC_QUEUE_LIMIT | Maximum number of message queues.| 64 |
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | audio-encoding.md | 79 // Initialize the queues.
|
H A D | audio-decoding.md | 78 // Initialize the queues.
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v5.0.0-release.md | 349 …ct communication across threads. TaskPool provides features such as task queues, continuous tasks,…
|
H A D | OpenHarmony-v3.2-release.md | 116 - For each process, two queues are created: a high-priority queue for messages and a low-priority q…
|
H A D | OpenHarmony-v5.0-beta1.md | 590 - TaskPool supports serial queues to ensure the task execution sequence.
|