Home
last modified time | relevance | path

Searched refs:died (Results 1 - 4 of 4) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-cluster-worker-disconnect.js51 died: false
79 // Check that the worker died
82 checks.worker.died = !common.isAlive(worker.process.pid);
104 assert.ok(w.died, 'The worker did not die');
H A Dtest-child-process-fork-net-socket.js49 const message = `CHILD: died with ${code}, ${signal}`;
H A Dtest-child-process-fork-net-server.js81 const message = `CHILD: died with ${code}, ${signal}`;
/third_party/ltp/testcases/kernel/controllers/freezer/
H A 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()

Completed in 2 milliseconds