/external/autotest/client/tests/ltp/patches/ |
D | kill-ipc.patch | 4 Subject: [PATCH] kill: fix dependency on ipc subdir 12 testcases/kernel/syscalls/kill/Makefile | 2 +- 15 diff --git a/testcases/kernel/syscalls/kill/Makefile b/testcases/kernel/syscalls/kill/Makefile 17 --- a/testcases/kernel/syscalls/kill/Makefile 18 +++ b/testcases/kernel/syscalls/kill/Makefile
|
/external/autotest/client/tests/aio_dio_bugs/src/ |
D | aio-dio-invalidate-failure.c | 124 kill(buffered_pid, SIGKILL); in main() 139 kill(buffered_pid, SIGKILL); in main() 140 kill(dio_pid, SIGKILL); in main() 146 kill(buffered_pid, SIGKILL); in main() 148 kill(dio_pid, SIGKILL); in main()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | signal_during_stop_the_world.cc | 39 kill(parent, SIGCHLD); in main() 40 kill(parent, SIGPROF); in main() 46 kill(pid, SIGTERM); in main()
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-04-08-CoalescerBug.ll | 5 ; %RDI<def,dead> = MOV64rr %RAX<kill>, %EDI<imp-def> 6 … %EDI<imp-def,dead>, %ESI<imp-def,dead>, %ECX<imp-use,kill>, %EDI<imp-use,kill>, %ESI<imp-use,kill>
|
D | 2010-05-12-FastAllocKills.ll | 15 ; The X86FP pass needs good kill flags, like on %FP0 representing %reg1034: 19 ; %FP1<def> = MOV_Fp8080 %FP0<kill> 22 ; ST_FpP80m <fi#3>, 1, %reg0, 0, %reg0, %FP0<kill>; mem:ST10[FixedStack3](align=4) 23 ; ST_FpP80m <fi#4>, 1, %reg0, 0, %reg0, %FP1<kill>; mem:ST10[FixedStack4](align=4) 24 ; ST_FpP80m <fi#5>, 1, %reg0, 0, %reg0, %FP2<kill>; mem:ST10[FixedStack5](align=4)
|
D | fast-isel-gv.ll | 6 @f = global i8 (...)* @kill ; <i8 (...)**> [#uses=1] 8 declare signext i8 @kill(...) 16 %2 = icmp ne i8 (...)* %1, @kill ; <i1> [#uses=1]
|
D | handle-move.ll | 10 ; Here sinking a kill + dead def: 11 …%vreg4, %EAX<imp-def>, %EDX<imp-def,dead>, %EFLAGS<imp-def,dead>, %EAX<imp-use,kill>, %EDX<imp-use> 27 ; Same as above, but moving a kill + live def: 28 …%vreg4, %EAX<imp-def,dead>, %EDX<imp-def>, %EFLAGS<imp-def,dead>, %EAX<imp-use,kill>, %EDX<imp-use> 44 ; Moving a use below the existing kill (%vreg5):
|
D | coalescer-dce.ll | 7 ; 256L %vreg2<def> = COPY %vreg7:sub_32bit<kill>; GR32:%vreg2 GR64:%vreg7 12 ; updated: 272L %vreg0<def> = COPY %vreg7:sub_32bit<kill>; GR32:%vreg0 GR64:%vreg7 15 ; 272L %vreg10:sub_32bit<def> = COPY %vreg7:sub_32bit<kill>, %vreg10<imp-def>; GR64:%vreg10,%vre… 29 ; removed, -verify-coalescing complains about the dangling kill.
|
/external/valgrind/gdbserver_tests/ |
D | passsigalrm.c | 34 if (kill(getpid(), SIGALRM) != 0) in main() 43 if (kill(getpid(), SIGALRM) != 0) in main() 61 if (kill(getpid(), SIGRTMIN) != 0) in main()
|
D | nlsigvgdb.stdinB.gdb | 14 # kill the process now 15 monitor v.kill
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.AMDGPU.kill.ll | 12 call void @llvm.AMDGPU.kill(float %1) 15 call void @llvm.AMDGPU.kill(float %3) 27 call void @llvm.AMDGPU.kill(float %14) 33 declare void @llvm.AMDGPU.kill(float)
|
/external/libbrillo/brillo/ |
D | asynchronous_signal_handler_unittest.cc | 57 EXPECT_EQ(0, kill(getpid(), SIGTERM)); in TEST_F() 73 EXPECT_EQ(0, kill(getpid(), SIGCHLD)); in TEST_F() 81 EXPECT_EQ(0, kill(getpid(), SIGCHLD)); in TEST_F() 104 EXPECT_EQ(0, kill(getpid(), SIGCHLD)); in TEST_F()
|
/external/mesa3d/src/glsl/ |
D | opt_copy_propagation.cpp | 94 void kill(ir_variable *ir); 141 kill(ir->lhs->variable_referenced()); in visit_leave() 237 kill(k->var); in handle_if_block() 281 kill(k->var); in visit_enter() 289 ir_copy_propagation_visitor::kill(ir_variable *var) in kill() function in ir_copy_propagation_visitor
|
D | opt_constant_propagation.cpp | 113 void kill(ir_variable *ir, unsigned write_mask); 266 kill(ir->lhs->variable_referenced(), kill_mask); in visit_leave() 338 kill(k->var, k->write_mask); in handle_if_block() 383 kill(k->var, k->write_mask); in visit_enter() 391 ir_constant_propagation_visitor::kill(ir_variable *var, unsigned write_mask) in kill() function in __anon670eca8a0111::ir_constant_propagation_visitor
|
/external/clang/test/Analysis/ |
D | NewDelete-path-notes.cpp | 18 void kill() { in kill() function 24 odd->kill(); // expected-note{{Calling 'Odd::kill'}} in test()
|
/external/autotest/client/bin/ |
D | autotestd_monitor | 15 os.kill(os.getpid(), signal.SIGTERM) 65 os.kill(stdout_pump.pid, signal.SIGTERM) 66 os.kill(stderr_pump.pid, signal.SIGTERM)
|
/external/tlsdate/systemd/ |
D | tlsdated.service | 9 ExecReload=/bin/kill -HUP ${MAINPID} 10 ExecStop=/bin/kill -INT ${MAINPID}
|
/external/valgrind/none/tests/ |
D | sigstackgrowth.c | 40 kill(getpid(), SIGUSR1); in handler() 56 kill(getpid(), SIGUSR1); in main()
|
D | pending.c | 51 kill(getpid(), SIGUSR1); in main() 52 kill(getpid(), SIGHUP); in main()
|
/external/libunwind/tests/ |
D | mapper.c | 66 kill (getpid (), SIGUSR1); /* tell test-ptrace to start single-stepping */ in main() 68 kill (getpid (), SIGUSR2); /* tell test-ptrace to stop single-stepping */ in main()
|
/external/libdaemon/libdaemon/ |
D | dpid.c | 147 if (kill(pid, 0) != 0 && errno != EPERM) { in daemon_pid_file_is_running() 176 if (kill(pid, s) < 0) in daemon_pid_file_kill() 189 if (kill(pid, s) < 0) in daemon_pid_file_kill_wait() 203 if ((r = kill(pid, 0)) < 0 && errno != ESRCH) in daemon_pid_file_kill_wait()
|
/external/autotest/client/site_tests/platform_DaemonsRespawn/ |
D | control | 4 Tests that daemons restart automatically when killed. This will kill 11 Fails if kill daemons are not automatically restarted after they are killed.
|
/external/libchrome/base/process/ |
D | kill_posix.cc | 80 bool result = kill(-1 * process_group_id, SIGKILL) == 0; in KillProcessGroup() 93 bool result = kill(handle, SIGKILL) == 0; in GetKnownDeadTerminationStatus() 188 if (kill(child_, SIGKILL) == 0) { in WaitForChildToDie()
|
/external/autotest/client/virt/tests/ |
D | netstress_kill_guest.py | 49 os.kill(vm_pid, 0) 103 os.kill(pid, signal.SIGSTOP) 121 os.kill(pid, signal.SIGCONT)
|
/external/llvm/test/CodeGen/ARM/ |
D | vldm-liveness.ll | 5 ; s3 = VLDRS [r0, 2], Q0<imp-use,kill>, Q0<imp-def> 6 ; s0 = VLDRS [r0, 0], Q0<imp-use,kill>, Q0<imp-def> 7 ; s2 = VLDRS [r0, 4], Q0<imp-use,kill>, Q0<imp-def>
|