Home
last modified time | relevance | path

Searched refs:killed (Results 1 - 17 of 17) sorted by relevance

/third_party/ltp/testcases/realtime/func/pi-tests/
H A Dtest-skeleton.c74 int i, killed, status; in timeout_handler() local
80 killed = waitpid(pid, &status, WNOHANG | WUNTRACED); in timeout_handler()
81 if (0 != killed) in timeout_handler()
86 if (0 != killed && pid != killed) { in timeout_handler()
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace.c73 static int killed; variable
269 if (!killed) in main()
294 killed = 1; in main()
318 killed = 1; in main()
324 killed = 1; in main()
356 if (killed) in main()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c292 * killed. This means we can allocate the dest over it, but we can't break
749 /* Returns true if the proposed spot for "dst" or a killed source overlaps a
781 * allocated over killed sources. Some destinations always require it, but it
783 * If the source is killed, then we skip allocating a register for the
883 * killed range to acheive the same effect. in try_evict_regs()
885 foreach_interval (killed, file) { in try_evict_regs()
886 if (!killed->is_killed) in try_evict_regs()
889 if (killed->physreg_end - killed->physreg_start != in try_evict_regs()
893 if (killed in try_evict_regs()
[all...]
/third_party/node/lib/
H A Dchild_process.js372 let killed = false;
424 killed: child.killed || killed,
452 killed = true;
/third_party/littlefs/scripts/
H A Dbench.py767 killed = False
880 nonlocal killed
917 if args.get('keep_going') and not killed:
924 killed = True
983 killed = True
997 killed)
1054 killed) = run_stage(
1069 if (failures and not args.get('keep_going')) or killed:
H A Dtest.py782 killed = False
885 nonlocal killed
923 if args.get('keep_going') and not killed:
930 killed = True
991 killed = True
1003 killed)
1056 killed) = run_stage(
1069 if (failures and not args.get('keep_going')) or killed:
/third_party/node/test/parallel/
H A Dtest-child-process-exec-kill-throws.js29 assert.strictEqual(child.killed, true);
H A Dtest-child-process-exec-env.js39 assert.strictEqual(err.killed, false);
H A Dtest-child-process-bad-stdio.js56 // Verify that execution with a killed process is handled.
59 assert.strictEqual(err.killed, true);
H A Dtest-inspector-port-zero.js28 if (stderr.includes('\n') && !proc.killed) proc.kill();
H A Dtest-child-process-execfile.js35 assert.strictEqual(err.killed, true);
/third_party/python/Lib/test/test_asyncio/
H A Dtest_subprocess.py536 returncode, killed = self.loop.run_until_complete(
546 self.assertTrue(killed)
574 proc_returncode, transport_return_code, killed = result
581 self.assertFalse(killed)
/third_party/node/lib/internal/main/
H A Dwatch_mode.js72 if ((child.killed || exited) && !force) {
127 // parent process is killed.
/third_party/node/lib/internal/
H A Dchild_process.js262 this.killed = false;
495 this.killed = true;
514 if (!this.killed) {
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dscheduler.c879 * registers are killed by a write after or during the current instruction and
886 uint64_t killed = 0; in get_killed_regs() local
901 killed |= 1ull << (4 * store->index + store->component); in get_killed_regs()
905 return killed; in get_killed_regs()
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js1017 if (!proc.killed) { // testing mainly to avoid leak warnings during unit tests with mocked spawn
1022 if (proc.killed === false && proc.exitCode === null) {
/third_party/mksh/
H A Djobs.c66 #define JP_SHORT 1 /* print signals processes were killed by */
290 bool killed = false; in j_exit() local
298 killed = true; in j_exit()
313 if (killed) in j_exit()

Completed in 16 milliseconds