Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/
Dthread.c180 static int osi_thread_join(osi_thread_t *thread, uint32_t wait_ms) in osi_thread_join() argument
183 return osi_sem_take(&thread->stop_sem, wait_ms); in osi_thread_join()