Home
last modified time | relevance | path

Searched refs:fixed_queue_capacity (Results 1 – 3 of 3) sorted by relevance

/system/bt/osi/include/
Dfixed_queue.h46 size_t fixed_queue_capacity(fixed_queue_t *queue);
/system/bt/osi/src/
Dthread.c202 while (item && count <= fixed_queue_capacity(thread->work_queue)) { in run_thread()
209 if (count > fixed_queue_capacity(thread->work_queue)) in run_thread()
Dfixed_queue.c98 size_t fixed_queue_capacity(fixed_queue_t *queue) { in fixed_queue_capacity() function