Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.cpp830 static const char *g_thread_name = "lldb.process.freebsd.operation"; in StartLaunchOpThread() local
836 Host::ThreadCreate(g_thread_name, LaunchOpThread, args, &error); in StartLaunchOpThread()
1034 static const char *g_thread_name = "lldb.process.freebsd.operation"; in StartAttachOpThread() local
1040 Host::ThreadCreate(g_thread_name, AttachOpThread, args, &error); in StartAttachOpThread()
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp1060 static const char *g_thread_name = "lldb.process.linux.operation"; in StartLaunchOpThread() local
1066 Host::ThreadCreate(g_thread_name, LaunchOpThread, args, &error); in StartLaunchOpThread()
1265 static const char *g_thread_name = "lldb.process.linux.operation"; in StartAttachOpThread() local
1271 Host::ThreadCreate(g_thread_name, AttachOpThread, args, &error); in StartAttachOpThread()