Searched refs:kill (Results 26 - 50 of 204) sorted by relevance

123456789

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_open/
H A D9-2.c120 /* kill child and exit */
121 kill(pid, SIGABRT);
131 /* close queue, kill child and exit */
134 kill(pid, SIGABRT);
144 /* close queue, kill child and exit */
147 kill(pid, SIGABRT);
155 kill(pid, SIGUSR1); //tell child mq_open and mq_send finished
H A D2-1.c111 kill(pid, SIGABRT);
121 kill(pid, SIGABRT);
126 kill(pid, SIGUSR1); //tell child mq_open and mq_send finished
H A D7-2.c117 /* kill child and exit */
118 kill(pid, SIGABRT);
128 /* close queue, kill child and exit */
131 kill(pid, SIGABRT);
139 kill(pid, SIGUSR1); //tell child mq_open and mq_send finished
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/raise/
H A D4-1.c8 * Assertion 4 - that raise() is equivalent to kill(getpid(), sig); is
11 * raise() with kill(getpid(), sig). It should pass if assertion 1
15 * 2) Call kill(getpid(), <signal under test>)
51 if (kill(getpid(), SIGTOTEST) != 0) {
52 printf("Could not call kill\n");
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigsuspend/
H A D3-1.c61 kill (pid, SIGABRT);
H A D1-1.c120 kill (pid, SIGUSR2);
127 kill (pid, SIGUSR1);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/
H A Dt0.c55 kill(getpid(), SIGALRM);
/haiku-fatelf/src/apps/cortex/support/
H A DBasicThread.h63 kill();
129 status_t kill() { function in class:BasicThread
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dtarget.h68 void (*kill) (void); member in struct:target_ops
149 (*the_target->kill) ()
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_nanosleep/
H A D1-5.c58 if (kill(pid, SIGSTOP) != 0) {
63 if (kill(pid, SIGCONT) != 0) {
H A D1-4.c41 if (kill(pid, SIGABRT) != 0) {
H A D10-1.c62 if (kill(pid, SIGABRT) != 0) {
H A D2-3.c49 if (kill(pid, SIGABRT) != 0) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/fork/
H A D3-1.c112 ret = kill(child, 0);
119 ret = kill((pid_t) (0 - (int)child), 0);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/nanosleep/
H A D3-2.c55 if (kill(pid, SIGSTOP) != 0) {
60 if (kill(pid, SIGCONT) != 0) {
H A D1-2.c40 if (kill(pid, SIGABRT) != 0) {
H A D3-1.c62 if (kill(pid, SIGABRT) != 0) {
H A D5-2.c63 if (kill(pid, SIGABRT) != 0) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwait/
H A D6-1.c158 ret = kill( getpid(), SIGUSR1 );
176 ret = kill( getpid(), SIGUSR1 );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sched_setparam/
H A D9-1.c118 kill(child_pid[i], SIGTERM);
166 kill(child_pid[j], SIGTERM);
182 kill(child_pid[j], SIGTERM);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/kill/
H A D1-2.c15 * Test that the kill() function shall send signal sig to the process
19 * 2) In the parent process, call kill with signal SIGTOTEST for the
77 if (kill(pid, SIGTOTEST) != 0) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A D4-27.c22 kill the child and return success, otherwise fail.
77 kill(pid, SIGKILL);
H A D4-28.c22 kill the child and return success, otherwise fail.
77 kill(pid, SIGKILL);
H A D4-29.c22 kill the child and return success, otherwise fail.
77 kill(pid, SIGKILL);
H A D4-30.c22 kill the child and return success, otherwise fail.
77 kill(pid, SIGKILL);

Completed in 203 milliseconds

123456789