Home
last modified time | relevance | path

Searched refs:osi_thread_join (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() function
197 ret = osi_thread_join(thread, 1000); //wait 1000ms in osi_thread_stop()