Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h239 static void *LaunchOpThread(void *arg);
H A DProcessMonitor.cpp818 ThreadLauncher::LaunchThread(g_thread_name, LaunchOpThread, args, &error); in StartLaunchOpThread()
821 void *ProcessMonitor::LaunchOpThread(void *arg) { in LaunchOpThread() function in ProcessMonitor