Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h243 static void *ExceptionThread(void *arg);
H A DNativeProcessDarwin.cpp303 void *NativeProcessDarwin::ExceptionThread(void *arg) { in ExceptionThread() function in NativeProcessDarwin
626 ::pthread_create(&m_exception_thread, nullptr, ExceptionThread, this); in StartExceptionThread()