Searched refs:Thread_Impl (Results 1 – 1 of 1) sorted by relevance
78 } Thread_Impl; typedef117 static Thread_Impl* osl_thread_construct_Impl (void);118 static void osl_thread_destruct_Impl (Thread_Impl ** ppImpl);164 Thread_Impl* osl_thread_construct_Impl (void) in osl_thread_construct_Impl()166 Thread_Impl* pImpl = malloc (sizeof(Thread_Impl)); in osl_thread_construct_Impl()169 memset (pImpl, 0, sizeof(Thread_Impl)); in osl_thread_construct_Impl()180 static void osl_thread_destruct_Impl (Thread_Impl ** ppImpl) in osl_thread_destruct_Impl()201 Thread_Impl* pImpl= (Thread_Impl*)pData; in osl_thread_cleanup_Impl()232 Thread_Impl* pImpl= (Thread_Impl*)pData; in osl_thread_start_Impl()282 Thread_Impl* pImpl; in osl_thread_create_Impl()[all …]