Home
last modified time | relevance | path

Searched refs:stopped (Results 1 – 25 of 97) sorted by relevance

1234

/external/jetty/src/resources/org/eclipse/jetty/util/component/jmx/
DLifeCycle-mbean.properties8 stopped: Instance is stopped key
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/jsdom/
Djsdom_parser.js16 while (!parsingUnit.suspended && !this.stopped)
21 if (this.stopped)
/external/strace/
DREADME-linux-ptrace21 After attachment, each tracee can be in two states: running or stopped.
23 There are many kinds of states when tracee is stopped, and in ptrace
27 In this document, any stopped state in which tracee is ready to accept
72 Tracer cannot assume that ptrace-stopped tracee exists. There are many
73 scenarios when tracee may die while stopped (such as SIGKILL).
76 exists but is not ptrace-stopped (for commands which require stopped
78 Tracer needs to keep track of stopped/running state, and interpret
99 Ptrace-stopped tracees are reported as returns with pid > 0 and
183 group-stopped process. This side effect happens before
234 effectively ignored: tracee doesn't remain stopped, it runs. If tracer
[all …]
Dstrace.c2038 bool stopped; in trace() local
2191 stopped = true; in trace()
2222 stopped = ptrace(PTRACE_GETSIGINFO, pid, 0, (long) &si) < 0; in trace()
2226 print_stopped(tcp, stopped ? NULL : &si, sig); in trace()
2228 if (!stopped) in trace()
/external/lldb/docs/
Dlldb-gdb-remote.txt528 // Get information about why a thread, whose ID is "<tid>", is stopped.
536 // stopped and allows LLDB to display and control your program
542 about why a thread is stopped. The response is the same as the stop reply
545 stops at a time. This allows us to see why all threads stopped and allows us
661 // If we can detect that the code we are stopped in isn't executable,
702 // Detach and stay stopped:
736 // the thread or stopped. It doesn't specify which thread, so the "T"
740 // "T" means a thread stopped due to a unix signal where "AA" is a hex
741 // signal number that describes why the program stopped. This is
746 // thread-id of the stopped thread.
[all …]
Dlldb-for-gdb-users.txt232 1 of 3 threads stopped with reasons:
235 Note that we tell you that "1 of 3 threads stopped with reasons" and
239 will see all the threads that stopped for some interesting reason
258 others are stopped this will be particularly important. For
316 Once you've stopped, lldb will choose a current thread, usually the
317 one that stopped "for a reason", and a current frame in that thread.
/external/clang/test/CodeGenObjC/
Dillegal-UTF8.m6 NSString *S = @"\xff\xff___WAIT___"; // expected-warning {{input conversion stopped due to an input…
/external/valgrind/gdbserver_tests/
Dmcbreak.vgtest2 # when stopped on these events
/external/lldb/test/lang/c/forward/
DREADME.txt4 real definition of "struct bar" when we are stopped in foo in foo.c such that
/external/lldb/docs/testsuite/
Dbest-practices.txt21 the correct breakpoint is being stopped on and that its parent frame also has
32 """Display *bar_ptr when stopped on a function with forward declaration of struct bar."""
/external/llvm/test/CodeGen/X86/
Dconstant-combines.ll12 ; ever starts forming a zero store instead of movss, the test case has stopped
/external/strace/tests/
DMakefile.am94 detach-stopped.test \
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
DLwjglAudioRenderer.java749 boolean stopped = state == AL_STOPPED; in updateInThread()
755 if (stopped) in updateInThread()
758 if (stopped){ in updateInThread()
776 if (stopped){ in updateInThread()
/external/vboot_reference/utility/
Dchromeos-tpm-recovery-test227 echo TCSD is already stopped
/external/valgrind/coregrind/
Dvgdb-invoker-ptrace.c796 Bool stopped; in invoker_invoke_gdbserver() local
1109 stopped = waitstopped (pid, SIGSTOP, in invoker_invoke_gdbserver()
1111 if (stopped) { in invoker_invoke_gdbserver()
/external/webrtc/src/system_wrappers/source/
Dtrace_impl.cc116 bool stopped = _thread.Stop(); in StopThread() local
121 return stopped; in StopThread()
/external/guava/guava/src/com/google/common/util/concurrent/
DServiceManager.java134 listener.stopped();
163 public void stopped() {} in stopped() method in ServiceManager.Listener
/external/mockftpserver/tags/1.2.1/src/site/apt/
Dstubftpserver-getting-started.apt302 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
/external/mockftpserver/tags/1.2.2/src/site/apt/
Dstubftpserver-getting-started.apt302 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
/external/mockftpserver/tags/1.2.3/src/site/apt/
Dstubftpserver-getting-started.apt302 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
/external/mockftpserver/tags/2.x_Before_IDEA/src/site/apt/
Dstubftpserver-getting-started.apt302 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
/external/mockftpserver/tags/1.2/src/site/apt/
Dstubftpserver-getting-started.apt302 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
/external/mockftpserver/tags/1.1/src/site/apt/
Dstubftpserver-getting-started.apt302 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
/external/mockftpserver/tags/1.0/src/site/apt/
Dstubftpserver-getting-started.apt302 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/
Dstubftpserver-getting-started.apt250 is stopped in the <<<tearDown()>>> method, to ensure that it is stopped, even if the test fails.

1234