Searched refs:p_async_thread (Results 1 – 4 of 4) sorted by relevance
5047 ASYNC_THREAD *p_async_thread = &p_omx_swvdec->m_async_thread; in async_thread() local5051 sem_post(&p_async_thread->sem_thread_created); in async_thread()5053 while (p_async_thread->exit == false) in async_thread()5055 sem_wait(&p_async_thread->sem_event); in async_thread()5057 if (p_async_thread->exit == true) in async_thread()
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()
5165 ASYNC_THREAD *p_async_thread = &p_omx_swvdec->m_async_thread; in async_thread() local5169 sem_post(&p_async_thread->sem_thread_created); in async_thread()5171 while (p_async_thread->exit == false) in async_thread()5173 sem_wait(&p_async_thread->sem_event); in async_thread()5175 if (p_async_thread->exit == true) in async_thread()
5211 ASYNC_THREAD *p_async_thread = &p_omx_swvdec->m_async_thread; in async_thread() local5215 sem_post(&p_async_thread->sem_thread_created); in async_thread()5217 while (p_async_thread->exit == false) in async_thread()5219 sem_wait(&p_async_thread->sem_event); in async_thread()5221 if (p_async_thread->exit == true) in async_thread()