Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h182 Detach, enumerator
294 case OpenACCClauseKind::Detach:
/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
H A DProcess.cpp3249 Status Process::Detach(bool keep_stopped) { in Detach() function in Process
3322 Detach(keep_stopped); in DestroyImpl()
/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/include/lldb/API/
H A DSBProcess.h167 lldb::SBError Detach();
169 lldb::SBError Detach(bool keep_stopped);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSystemRuntime.h86 virtual void Detach();
H A DProcess.h906 Status Detach(bool keep_stopped);
/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/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h49 Status Detach() override;
H A DNativeProcessNetBSD.cpp559 Status NativeProcessNetBSD::Detach() { in Detach() function in NativeProcessNetBSD
1086 child_process->Detach(); in MonitorClone()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h52 Status Detach() override;
H A DNativeProcessFreeBSD.cpp507 Status NativeProcessFreeBSD::Detach() { in Detach() function in NativeProcessFreeBSD
1017 child_process->Detach(); in MonitorClone()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp103 .Case("detach", OpenACCClauseKind::Detach) in getOpenACCClauseKind()
477 case OpenACCClauseKind::Detach: in getClauseParensKind()
709 case OpenACCClauseKind::Detach: in ParseOpenACCClauseParams()
/freebsd/contrib/llvm-project/lldb/source/API/
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/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.cpp486 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);
H A DProcessGDBRemote.cpp2394 error = m_gdb_comm.Detach(keep_stopped); in DoDetach()
5606 Status error = m_gdb_comm.Detach(false, detach_pid); in DidFork()
5665 Status error = m_gdb_comm.Detach(false, detach_pid); in DidVFork()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp85 Status detach_error(process->Detach(keep_stopped)); in StopProcessIfNecessary()
821 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/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()
7376 exe_ctx.GetProcessRef().Detach(true); in WindowDelegateHandleChar()

12