Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h187 void StopTrackingThread(NativeThreadLinux &thread);
H A DNativeProcessLinux.cpp442 StopTrackingThread(thread); in MonitorCallback()
606 StopTrackingThread(thread); in MonitorSIGTRAP()
1657 void NativeProcessLinux::StopTrackingThread(NativeThreadLinux &thread) { in StopTrackingThread() function in NativeProcessLinux