Home
last modified time | relevance | path

Searched refs:RequestStop (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.h103 Status RequestStop();
H A DNativeThreadLinux.cpp498 Status NativeThreadLinux::RequestStop() { in RequestStop() function in NativeThreadLinux
H A DNativeProcessLinux.cpp1825 static_cast<NativeThreadLinux *>(thread.get())->RequestStop(); in StopRunningThreads()
1868 thread.RequestStop(); in ThreadWasCreated()