Searched refs:killed (Results 1 - 17 of 17) sorted by relevance
/third_party/ltp/testcases/realtime/func/pi-tests/ |
H A D | test-skeleton.c | 74 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 D | test-ptrace.c | 73 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 D | ir3_ra.c | 292 * 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 D | child_process.js | 372 let killed = false; 424 killed: child.killed || killed, 452 killed = true;
|
/third_party/littlefs/scripts/ |
H A D | bench.py | 767 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 D | test.py | 782 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 D | test-child-process-exec-kill-throws.js | 29 assert.strictEqual(child.killed, true);
|
H A D | test-child-process-exec-env.js | 39 assert.strictEqual(err.killed, false);
|
H A D | test-child-process-bad-stdio.js | 56 // Verify that execution with a killed process is handled. 59 assert.strictEqual(err.killed, true);
|
H A D | test-inspector-port-zero.js | 28 if (stderr.includes('\n') && !proc.killed) proc.kill();
|
H A D | test-child-process-execfile.js | 35 assert.strictEqual(err.killed, true);
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_subprocess.py | 536 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 D | watch_mode.js | 72 if ((child.killed || exited) && !force) { 127 // parent process is killed.
|
/third_party/node/lib/internal/ |
H A D | child_process.js | 262 this.killed = false; 495 this.killed = true; 514 if (!this.killed) {
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | scheduler.c | 879 * 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 D | command.js | 1017 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 D | jobs.c | 66 #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 18 milliseconds