Searched refs:ProfileThread (Results 1 – 2 of 2) sorted by relevance
152 static void * ProfileThread (void *arg);
367 return ::pthread_create (&m_profile_thread, NULL, MachProcess::ProfileThread, this) == 0; in StartProfileThread()1428 MachProcess::ProfileThread(void *arg) in ProfileThread() function in MachProcess