Home
last modified time | relevance | path

Searched defs:Detach (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp53 Status HostThreadPosix::Detach() { in Detach() function in HostThreadPosix
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSystemRuntime.cpp38 void SystemRuntime::Detach() {} in Detach() function in SystemRuntime
H A DProcess.cpp3249 Status Process::Detach(bool keep_stopped) { in Detach() function in Process
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_arg_retval.h60 void Detach(uptr thread, const DetachFn& fn) { in Detach() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h182 Detach, enumerator
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp630 SBError SBProcess::Detach() { in Detach() function in SBProcess
638 SBError SBProcess::Detach(bool keep_stopped) { in Detach() function in SBProcess
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp559 Status NativeProcessNetBSD::Detach() { in Detach() function in NativeProcessNetBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp507 Status NativeProcessFreeBSD::Detach() { in Detach() function in NativeProcessFreeBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1485 Status GDBRemoteCommunicationClient::Detach(bool keep_stopped, in Detach() function in GDBRemoteCommunicationClient
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2892 void Detach(Window &window) { in Detach() function in curses::DetachOrKillProcessFormDelegate