Searched refs:m_async_thread (Results 1 – 2 of 2) sorted by relevance
94 memset(&m_async_thread, 0, sizeof(m_async_thread)); in omx_swvdec()4522 if (sem_init(&m_async_thread.sem_thread_created, 0, 0)) in async_thread_create()4527 else if (sem_init(&m_async_thread.sem_event, 0, 0)) in async_thread_create()4547 m_async_thread.created = false; in async_thread_create()4548 m_async_thread.exit = false; in async_thread_create()4550 if (pthread_create(&m_async_thread.handle, in async_thread_create()4562 if (pthread_setname_np(m_async_thread.handle, "swvdec_async")) in async_thread_create()4568 sem_wait(&m_async_thread.sem_thread_created); in async_thread_create()4569 m_async_thread.created = true; in async_thread_create()4581 if (m_async_thread.created) in async_thread_destroy()[all …]
283 ASYNC_THREAD m_async_thread; ///< asynchronous thread variable