Searched refs:fixed_queue_capacity (Results 1 – 3 of 3) sorted by relevance
46 size_t fixed_queue_capacity(fixed_queue_t *queue);
202 while (item && count <= fixed_queue_capacity(thread->work_queue)) { in run_thread()209 if (count > fixed_queue_capacity(thread->work_queue)) in run_thread()
98 size_t fixed_queue_capacity(fixed_queue_t *queue) { in fixed_queue_capacity() function