Searched refs:p_async_thread (Results 1 – 1 of 1) sorted by relevance
4666 ASYNC_THREAD *p_async_thread = &p_omx_swvdec->m_async_thread; in async_thread() local4670 sem_post(&p_async_thread->sem_thread_created); in async_thread()4672 while (p_async_thread->exit == false) in async_thread()4674 sem_wait(&p_async_thread->sem_event); in async_thread()4676 if (p_async_thread->exit == true) in async_thread()