Lines Matching refs:m_hThread
71 pthread_t m_hThread; member
205 thread = pImpl->m_hThread; in osl_thread_cleanup_Impl()
242 pImpl->m_Ident = insertThreadId (pImpl->m_hThread); in osl_thread_start_Impl()
296 &(pImpl->m_hThread), in osl_thread_create_Impl()
406 if (pthread_equal (pthread_self(), pImpl->m_hThread)) in osl_suspendThread()
453 if (pthread_equal (pthread_self(), pImpl->m_hThread)) in osl_joinWithThread()
460 thread = pImpl->m_hThread; in osl_joinWithThread()
517 OSL_ASSERT(pthread_equal (pthread_self(), pImpl->m_hThread)); in osl_scheduleThread()
518 if (!(pthread_equal (pthread_self(), pImpl->m_hThread))) in osl_scheduleThread()
824 if (pthread_getschedparam(pImpl->m_hThread, &policy, &Param) != 0) in osl_setThreadPriority()
875 if ((nRet = pthread_setschedparam(pImpl->m_hThread, policy, &Param)) != 0) in osl_setThreadPriority()
904 if (pthread_getschedparam(pImpl->m_hThread, &Policy, &Param) != 0) in osl_getThreadPriority()