Searched refs:wait_ms (Results 1 – 1 of 1) sorted by relevance
180 static int osi_thread_join(osi_thread_t *thread, uint32_t wait_ms) in osi_thread_join() argument183 return osi_sem_take(&thread->stop_sem, wait_ms); in osi_thread_join()