Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/
Dthread.c44 osi_sem_t work_sem; member
156 osi_sem_take(&thread->work_sem, OSI_SEM_MAX_TIMEOUT); in osi_thread_run()
194 osi_sem_give(&thread->work_sem); in osi_thread_stop()
237 ret = osi_sem_new(&thread->work_sem, 1, 0); in osi_thread_create()
285 if (thread->work_sem) { in osi_thread_create()
286 osi_sem_free(&thread->work_sem); in osi_thread_create()
318 if (thread->work_sem) { in osi_thread_free()
319 osi_sem_free(&thread->work_sem); in osi_thread_free()
348 osi_sem_give(&thread->work_sem); in osi_thread_post()