Home
last modified time | relevance | path

Searched refs:killed (Results 1 – 25 of 268) sorted by relevance

1234567891011

/third_party/ltp/testcases/realtime/func/pi-tests/
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/tests/
Dtest-ptrace.c73 static int killed; variable
265 if (!killed) in main()
290 killed = 1; in main()
314 killed = 1; in main()
320 killed = 1; in main()
352 if (killed) in main()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestsem.c45 killed(int sig) in killed() function
98 signal(SIGTERM, killed); in main()
99 signal(SIGINT, killed); in main()
Dtestthread.c47 killed(int sig) in killed() function
88 signal(SIGTERM, killed); in main()
/third_party/node/test/parallel/
Dtest-child-process-kill.js39 assert.strictEqual(cat.killed, false);
41 assert.strictEqual(cat.killed, true);
Dtest-child-process-exec-timeout.js20 assert.strictEqual(err.killed, true);
45 assert.strictEqual(err.killed, true);
Dtest-child-process-exec-kill-throws.js29 assert.strictEqual(child.killed, true);
Dtest-child-process-exec-env.js39 assert.strictEqual(err.killed, false);
Dtest-child-process-bad-stdio.js59 assert.strictEqual(err.killed, true);
Dtest-child-process-execfile.js35 assert.strictEqual(err.killed, true);
/third_party/node/deps/npm/node_modules/execa/
Dindex.js238 err.killed = err.killed || spawned.killed;
259 killed: false,
/third_party/e2fsprogs/tests/f_mmp/
Dname1 disable MMP with tune2fs after e2fsck killed
/third_party/mesa3d/src/freedreno/ir3/
Dir3_ra.c817 foreach_interval (killed, file) { in try_evict_regs()
818 if (!killed->is_killed) in try_evict_regs()
821 if (killed->physreg_end - killed->physreg_start != in try_evict_regs()
825 if (killed->physreg_end > conflicting_file_size || in try_evict_regs()
826 conflicting->physreg_end > reg_file_size(file, killed->interval.reg)) in try_evict_regs()
834 for (unsigned i = killed->physreg_start; i < killed->physreg_end; i++) { in try_evict_regs()
845 if ((!(killed->interval.reg->flags & IR3_REG_HALF) || in try_evict_regs()
847 (killed->physreg_start % 2 != 0 || in try_evict_regs()
851 for (unsigned i = killed->physreg_start; i < killed->physreg_end; i++) { in try_evict_regs()
857 eviction_count += (killed->physreg_end - killed->physreg_start) * 2; in try_evict_regs()
[all …]
/third_party/node/lib/
Dchild_process.js332 let killed = false; variable
384 ex.killed = child.killed || killed;
412 killed = true;
/third_party/mesa3d/docs/relnotes/
D7.10.3.rst253 - st/mesa: GenerateMipmap should not be killed by conditional rendering
254 - swrast: BlitFramebuffer should not be killed by conditional rendering
255 - st/mesa: BlitFramebuffer should not be killed by conditional
257 - st/mesa: CopyTex(Sub)Image should not be killed by conditional
271 - r300g: clear can be killed by render condition
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/linux/
Dlinux_device_test.dart39 ])).thenThrow(Exception('Flutter tool process has been killed'));
63 testUsingContext('The current running process is not killed when stopping the app', () async {
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/windows/
Dwindows_device_test.dart40 ])).thenThrow(Exception('Flutter tool process has been killed'));
91 testUsingContext('The current running process is not killed when stopping the app', () async {
/third_party/node/test/sequential/
Dtest-inspector-port-zero.js28 if (stderr.includes('\n') && !proc.killed) proc.kill();
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_process.js125 killed: '[PC preview] unknow killed', property
/third_party/python/Lib/test/test_asyncio/
Dtest_subprocess.py487 returncode, killed = self.loop.run_until_complete(
497 self.assertTrue(killed)
525 proc_returncode, transport_return_code, killed = result
532 self.assertFalse(killed)
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/macos/
Dmacos_device_test.dart100 testUsingContext('The current running process is not killed when stopping the app', () async {
112 ])).thenThrow(Exception('Flutter tool process has been killed'));
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_4-1.in21 6. (parent - returning from wait) If child was killed then return success,
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
DNOTES41 -> Stress tests will run until they are killed with SIGUSR1 (or they
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
DNOTES41 -> Stress tests will run until they are killed with SIGUSR1 (or they
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
DNOTES41 -> Stress tests will run until they are killed with SIGUSR1 (or they

1234567891011