Home
last modified time | relevance | path

Searched refs:Detach (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostThreadPosix.h28 Status Detach();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSystemRuntime.cpp38 void SystemRuntime::Detach() {} in Detach() function in SystemRuntime
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp53 Status HostThreadPosix::Detach() { in Detach() function in HostThreadPosix
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h204 Detach, enumerator
347 case OpenACCClauseKind::Detach: in printOpenACCClauseKind()
/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
73 // Detach(), implementation can cause deadlock. in Join()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSystemRuntime.h86 virtual void Detach();
H A DProcess.h910 Status Detach(bool keep_stopped);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h167 lldb::SBError Detach();
169 lldb::SBError Detach(bool keep_stopped);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp
H A DSBProcess.cpp630 SBError SBProcess::Detach() { in Detach() function in SBProcess
635 return Detach(keep_stopped); in Detach()
638 SBError SBProcess::Detach(bool keep_stopped) { in Detach() function in SBProcess
646 sb_error.SetError(process_sp->Detach(keep_stopped)); in Detach()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h49 Status Detach() override;
H A DNativeProcessNetBSD.cpp559 Status NativeProcessNetBSD::Detach() { in Interrupt()
1086 child_process->Detach(); in SaveCore()
536 Status NativeProcessNetBSD::Detach() { Detach() function in NativeProcessNetBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h52 Status Detach() override;
H A DNativeProcessFreeBSD.cpp528 Status NativeProcessFreeBSD::Detach() { in Detach() function in NativeProcessFreeBSD
1046 child_process->Detach(); in MonitorClone()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp118 .Case("detach", OpenACCClauseKind::Detach) in getOpenACCClauseKind()
515 case OpenACCClauseKind::Detach: in getClauseParensKind()
955 case OpenACCClauseKind::Detach: in ParseOpenACCClauseParams()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h67 virtual Status Detach() = 0;
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp304 hwasanThreadArgRetval().Detach((uptr)thread, [&]() { in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp488 GetThreadArgRetval().Detach((uptr)thread, [&]() { in INTERCEPTOR()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h194 Status Detach(bool keep_stopped, lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp85 Status detach_error(process->Detach(keep_stopped)); in StopProcessIfNecessary()
799 Status error(process->Detach(keep_stopped)); in DoExecute()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp301 asanThreadArgRetval().Detach((uptr)thread, [&]() { in INTERCEPTOR()
/freebsd/sys/kern/
H A Ddevice_if.m223 * @brief Detach a driver from a device.
/freebsd/share/examples/drivers/
H A Dmake_device_driver.sh529 * Detach the driver (e.g. module unload),
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc313 // Detach from controlling terminal
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2877 AddAction("Detach", [this](Window &window) { Detach(window); }); in DetachOrKillProcessFormDelegate()
2892 void Detach(Window &window) { in Detach() function in curses::DetachOrKillProcessFormDelegate
2893 Status detach_status(m_process->Detach(m_keep_stopped_field->GetBoolean())); in Detach()
6520 process->Detach(menu.GetIdentifier() == in MenuDelegateAction()
7377 exe_ctx.GetProcessRef().Detach(true); in WindowDelegateHandleChar()

12