Home
last modified time | relevance | path

Searched refs:ppImpl (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/sal/osl/unx/
H A Dthread.c118 static void osl_thread_destruct_Impl (Thread_Impl ** ppImpl);
180 static void osl_thread_destruct_Impl (Thread_Impl ** ppImpl) in osl_thread_destruct_Impl() argument
182 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) = NULL; in osl_thread_destruct_Impl()

Completed in 31 milliseconds