Searched refs:m_profile_thread (Results 1 – 2 of 2) sorted by relevance
89 m_profile_thread (0), in MachProcess()328 if (m_profile_thread) in Clear()330 pthread_join(m_profile_thread, NULL); in Clear()331 m_profile_thread = NULL; in Clear()351 if (m_profile_enabled && (m_profile_thread == NULL)) in SetEnableAsyncProfiling()355 else if (!m_profile_enabled && m_profile_thread) in SetEnableAsyncProfiling()357 pthread_join(m_profile_thread, NULL); in SetEnableAsyncProfiling()358 m_profile_thread = NULL; in SetEnableAsyncProfiling()367 return ::pthread_create (&m_profile_thread, NULL, MachProcess::ProfileThread, this) == 0; in StartProfileThread()
286 …pthread_t m_profile_thread; // Thread ID for the thread that profiles … variable