Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h152 static void * ProfileThread (void *arg);
DMachProcess.cpp367 return ::pthread_create (&m_profile_thread, NULL, MachProcess::ProfileThread, this) == 0; in StartProfileThread()
1428 MachProcess::ProfileThread(void *arg) in ProfileThread() function in MachProcess