HomeSort by relevance Sort by last modified time
    Searched refs:kill (Results 1 - 25 of 1062) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
NewDelete-path-notes.cpp 18 void kill() { function in struct:Odd
24 odd->kill(); // expected-note{{Calling 'Odd::kill'}}
303 // CHECK-NEXT: <string>Calling &apos;Odd::kill&apos;</string>
305 // CHECK-NEXT: <string>Calling &apos;Odd::kill&apos;</string>
  /bionic/libc/bionic/
killpg.cpp 37 return kill(-pgrp, sig);
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
24-1-buildonly.c 3 int kill(pid_t, int);
15 dummyvar = kill;
  /bionic/libc/arch-arm/syscalls/
kill.S 5 ENTRY(kill) function
16 END(kill)
  /bionic/libc/arch-arm64/syscalls/
kill.S 5 ENTRY(kill) function
14 END(kill)
  /bionic/libc/arch-mips/syscalls/
kill.S 5 ENTRY(kill) function
19 END(kill)
  /bionic/libc/arch-x86_64/syscalls/
kill.S 5 ENTRY(kill) function
15 END(kill)
  /external/libevent/test/
regress.gen.h 12 struct kill;
30 int (*attack_assign)(struct msg *, const struct kill*);
31 int (*attack_get)(struct msg *, struct kill* *);
42 struct kill* attack_data;
68 int msg_attack_assign(struct msg *, const struct kill*);
69 int msg_attack_get(struct msg *, struct kill* *);
75 /* Tag definition for kill */
83 /* Structure declaration for kill */
85 int (*weapon_assign)(struct kill *, const char *);
86 int (*weapon_get)(struct kill *, char * *)
94 struct kill { struct
    [all...]
regress.rpc 6 optional struct[kill] attack = 3;
10 struct kill {
regress_rpc.c 98 EVRPC_HEADER(Message, msg, kill)
99 EVRPC_HEADER(NeverReply, msg, kill)
101 EVRPC_GENERATE(Message, msg, kill)
102 EVRPC_GENERATE(NeverReply, msg, kill)
110 struct kill* kill_reply = rpc->reply;
147 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL);
148 EVRPC_REGISTER(base, NeverReply, msg, kill, NeverReplyCb, NULL);
233 struct kill* kill_reply = NULL;
327 struct msg *msg, struct kill *kill, void *arg
453 struct kill *kill = NULL; local
639 struct kill *kill= NULL; local
691 struct kill *kill = NULL; local
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/
2-1.c 15 * 1) Call kill on the current process with the null signal.
16 * 2) If process is still functional after kill() is called, consider
22 if (kill(getpid(), 0) != 0) {
23 printf("Could not call kill with sig = 0\n");
2-2.c 16 * Test that when the null signal is sent to kill(), error checking is
20 * 2) Verify ESRCH error received and kill() returned -1.
23 * 4) Verify EPERM error received and kill() returned -1.
40 if (-1 == kill(999999, 0)) {
45 ("kill() failed on ESRCH errno not set correctly\n");
49 printf("kill() did not fail on ESRCH\n");
60 if (-1 == kill(1, 0)) {
65 ("kill() failed on EPERM errno not set correctly\n");
69 printf("kill() did not fail on EPERM\n");
  /packages/apps/Nfc/nci/jni/
IntervalTimer.h 30 void kill();
  /external/valgrind/gdbserver_tests/
mchelp.stderrB.exp 3 sending command v.kill to pid ....
mcclean_after_fork.stderrB.exp 3 monitor command request to kill this process
  /external/ltp/testcases/kernel/syscalls/rename/
rename14.c 101 (void)kill(kidpid[0], SIGTERM);
116 kill(kidpid[0], SIGTERM);
117 kill(kidpid[1], SIGTERM);
136 return (kill(kidpid[0], SIGTERM));
138 return (kill(kidpid[1], SIGTERM));
145 return (kill(kidpid[0], SIGTERM));
147 return (kill(kidpid[1], SIGTERM));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
1-1.c 61 kill(child_pid, SIGUSR1);
85 kill(child_pid, SIGUSR1);
91 kill(child_pid, SIGUSR1);
95 kill(child_pid, SIGUSR1);
100 kill(child_pid, SIGUSR1);
110 kill(child_pid, SIGUSR1);
116 kill(child_pid, SIGUSR1);
  /art/test/676-resolve-field-type/src-ex/
ChildClass.java 29 // Sleep some time to get the kill while executing this method.
41 private final static Method kill; field in class:ChildClass.SigQuit
58 killTemp = osClass.getDeclaredMethod("kill", int.class, int.class);
65 kill = killTemp;
69 kill.invoke(null, pid, sigquit);
  /external/compiler-rt/test/asan/TestCases/Linux/
signal_during_stop_the_world.cc 39 kill(parent, SIGCHLD);
40 kill(parent, SIGPROF);
45 // Kill and join the child.
46 kill(pid, SIGTERM);
  /bionic/libc/arch-mips64/syscalls/
kill.S 5 ENTRY(kill) function
25 END(kill)
  /bionic/libc/arch-x86/syscalls/
kill.S 5 ENTRY(kill) function
34 END(kill)
  /external/libunwind/tests/
mapper.c 66 kill (getpid (), SIGUSR1); /* tell test-ptrace to start single-stepping */
68 kill (getpid (), SIGUSR2); /* tell test-ptrace to stop single-stepping */
  /external/valgrind/none/tests/
sigstackgrowth.c 40 kill(getpid(), SIGUSR1);
56 kill(getpid(), SIGUSR1);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
RemoteSubActivityScreen.java 42 boolean kill = intent.getBooleanExtra("kill", false);
44 // + " kill=" + kill);
46 if (kill) {
47 // After finishing initialization, kill the process! But only if
  /external/compiler-rt/test/msan/
chained_origin_with_signals.cc 29 kill(getpid(), SIGHUP);

Completed in 354 milliseconds

1 2 3 4 5 6 7 8 91011>>