Searched refs:ppImpl (Results 1 – 1 of 1) sorted by relevance
118 static void osl_thread_destruct_Impl (Thread_Impl ** ppImpl);180 static void osl_thread_destruct_Impl (Thread_Impl ** ppImpl) in osl_thread_destruct_Impl() argument182 OSL_ASSERT(ppImpl); in osl_thread_destruct_Impl()183 if (*ppImpl) in osl_thread_destruct_Impl()185 pthread_cond_destroy (&((*ppImpl)->m_Cond)); in osl_thread_destruct_Impl()186 pthread_mutex_destroy (&((*ppImpl)->m_Lock)); in osl_thread_destruct_Impl()188 free (*ppImpl); in osl_thread_destruct_Impl()189 (*ppImpl) = 0; in osl_thread_destruct_Impl()
Completed in 30 milliseconds