Home
last modified time | relevance | path

Searched refs:died (Results 1 – 25 of 28) sorted by relevance

12

/external/ltp/testcases/kernel/controllers/freezer/
Dvfork.c237 int died = 0; in do_trace() local
244 died = (WIFEXITED(status) || WIFSIGNALED(status)); in do_trace()
245 if (died) in do_trace()
249 if (died || !WIFSTOPPED(status)) in do_trace()
/external/autotest/client/site_tests/platform_ToolchainTests/src/
Dclang-fortify-tests.cpp85 bool died = WIFSIGNALED(status) || WEXITSTATUS(status) != 0; in ForkAndExpect() local
86 if (died != expect_death) { in ForkAndExpect()
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DSignals.inc207 // trace so that the user has an indication of why and where we died.
/external/python/cpython2/Doc/library/
Dpopen2.rst107 exited using the :c:func:`exit` system call or died due to a signal. Functions
/external/antlr/runtime/ObjC/Framework/
DDebugEventSocketProxy.m161 NSLog(@"socket died or debugger misbehaved: %@ read <%@>", e, response);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DSignals.inc391 // trace so that the user has an indication of why and where we died.
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a2.rst400 process died due to a signal.
D3.5.1rc1.rst236 When we know a subprocess.Popen process has died, do not allow the
D3.6.0a1.rst2462 When we know a subprocess.Popen process has died, do not allow the
/external/llvm/lib/Support/Unix/
DSignals.inc391 // trace so that the user has an indication of why and where we died.
/external/python/cpython2/Modules/
Dgc_weakref.txt81 that a given object has died, via a callback function. The weakly
/external/python/cpython3/Modules/
Dgc_weakref.txt81 that a given object has died, via a callback function. The weakly
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DSignals.inc479 // user has an indication of why and where we died.
/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m158 printf("***** compiler borked/ICEd/died unexpectedly (status %x)\n", status);
/external/python/cpython2/Doc/howto/
Dsockets.rst376 sockets is one which has died a nasty death, the ``select`` will fail. You then
/external/strace/
DREADME-linux-ptrace79 ESRCH as "tracee died unexpectedly" only if it knows that tracee has
/external/brotli/tests/testdata/
Dasyoulik.txt228 that she would have followed her exile, or have died
2931 there was not any man died in his own person,
2941 But these are all lies: men have died from time to
Dalice29.txt2479 But here, to Alice's great surprise, the Duchess's voice died
Dplrabn12.txt10476 Annuls thy doom, the death thou shouldest have died,
10493 For death, like that which the Redeemer died.
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt2473 But here, to Alice's great surprise, the Duchess's voice died
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/toolchain-utils/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu4450 Running ./gdb.base/inferior-died.exp ...
4451 UNSUPPORTED: gdb.base/inferior-died.exp: inferior-died.exp
Di686-pc-linux-gnu4215 Running ./gdb.base/inferior-died.exp ...
4216 UNSUPPORTED: gdb.base/inferior-died.exp: inferior-died.exp
Darmv7a-cros-linux-gnueabi4066 Running ./gdb.base/inferior-died.exp ...
4067 UNSUPPORTED: gdb.base/inferior-died.exp: inferior-died.exp
/external/python/cpython3/Misc/
DHISTORY290 - Issue #6973: When we know a subprocess.Popen process has died, do

12