Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h253 static void *AttachOpThread(void *args);
H A DProcessMonitor.cpp984 ThreadLauncher::LaunchThread(g_thread_name, AttachOpThread, args, &error); in StartAttachOpThread()
987 void *ProcessMonitor::AttachOpThread(void *arg) { in AttachOpThread() function in ProcessMonitor