Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/common/osi/
Dthread.c47 static const size_t DEFAULT_WORK_QUEUE_CAPACITY = 100; variable
134 thread->work_queues[i] = fixed_queue_new(DEFAULT_WORK_QUEUE_CAPACITY); in osi_thread_create()