Searched refs:exited (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.2-release/contrib/atf/atf-c++/
H A Dcheck.hpp83 //! \brief Returns whether the command exited correctly or not.
85 bool exited(void) const;
H A Dcheck.cpp57 impl::check_result::exited(void) function in class:impl::check_result
67 PRE(exited());
H A Dcheck_test.cpp277 ATF_REQUIRE(r->exited());
285 ATF_REQUIRE(r->exited());
293 ATF_REQUIRE(!r->exited());
326 ATF_REQUIRE(r1->exited());
331 ATF_REQUIRE(r2->exited());
376 ATF_REQUIRE(r->exited());
/freebsd-10.2-release/contrib/atf/atf-c++/detail/
H A Dtest_helpers.hpp106 ATF_REQUIRE(s.exited());
H A Dprocess.hpp186 bool exited(void) const;
H A Dprocess_test.cpp319 ATF_REQUIRE(s.exited());
331 ATF_REQUIRE(s.exited());
H A Dprocess.cpp245 impl::status::exited(void) function in class:impl::status
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.h328 bool exited,
338 bool exited,
H A DProcessGDBRemote.h357 bool exited,
H A DGDBRemoteCommunicationServer.cpp880 bool exited,
900 bool exited,
H A DProcessGDBRemote.cpp1798 // process exited
2661 bool exited, // True if the process did exit
2710 // If our process hasn't yet exited, debugserver might have died.
2736 // Debugserver has exited we need to let our ProcessGDBRemote
2657 MonitorDebugserverProcess( void *callback_baton, lldb::pid_t debugserver_pid, bool exited, int signo, int exit_status ) argument
/freebsd-10.2-release/contrib/atf/atf-sh/
H A Datf-check.cpp454 if (!s.exited())
513 if (cr.exited() && sc.value != INT_MIN) {
528 } else if (cr.exited() && sc.value == INT_MIN) {
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHost.h37 bool exited,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h304 lldb::pid_t pid, bool exited, int signal, int status);
H A DProcessMonitor.cpp1183 bool exited,
1197 if (exited)
1181 MonitorCallback(void *callback_baton, lldb::pid_t pid, bool exited, int signal, int status) argument
/freebsd-10.2-release/usr.bin/xargs/
H A Dxargs.c593 * If block is not set and no children have exited, returns 0 immediately.
626 * If we couldn't invoke the utility or if utility exited
629 * exited before exiting 1-125. POSIX requires us to stop
645 warnx("%s: exited with status 255; aborting", name);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp206 bool exited = false; local
219 exited = true;
226 exited = true;
251 if (exited || (signal != 0 && monitor_signals))
255 callback_return = callback (callback_baton, wait_pid, exited, signal, exit_status);
257 // If our process exited, then this thread should exit
258 if (exited && wait_pid == abs(pid))
1483 bool exited, // True if the process did exit
1492 // exited and that ShellInfo has been filled in by broadcasting to it
1481 MonitorShellCommand(void *callback_baton, lldb::pid_t pid, bool exited, int signo, int status) argument
/freebsd-10.2-release/tools/regression/usr.bin/env/
H A Dregress-sb.rb217 elsif $?.exited?
/freebsd-10.2-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc381 // We exited normally without timeout, so turn off the timer.
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1254 // If we are exited or detached, we won't ever get back to any
1322 // If we are exited or detached, we won't ever get back to any
1509 // We were already in the exited state
1537 bool exited,
1544 log->Printf ("Process::SetProcessExitStatus (baton=%p, pid=%" PRIu64 ", exited=%i, signal=%i, exit_status=%i)\n",
1547 exited,
1551 if (exited)
3084 // We exited while trying to launch somehow. Don't call DidLaunch as that's
3611 // If the process exited while we were waiting for it to stop, put the exited even
1535 SetProcessExitStatus(void *callback_baton, lldb::pid_t pid, bool exited, int signo, int exit_status ) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h1677 bool exited,
2607 /// Get a textual description of what the process exited.
2610 /// The textual description of why the process exited, or NULL
3589 CancelWatchForSTDIN (bool exited);
3762 std::string m_exit_string; ///< A textual description of why a process exited.
/freebsd-10.2-release/contrib/binutils/binutils/
H A Ddllwrap.c417 warn (_("%s exited with status %d"), what, WEXITSTATUS (wait_status));
H A Dresrc.c306 fatal (_("%s exited with status %d"), cmd,

Completed in 175 milliseconds