Searched refs:kill (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dsignal.c86 (void) kill(pid, SIGUSR1);
87 (void) kill(pid, SIGUSR1);
88 (void) kill(pid, SIGUSR1);
89 (void) kill(pid, SIGUSR1);
90 (void) kill(pid, SIGUSR1);
91 (void) kill(pid, SIGUSR1);
92 (void) kill(pid, SIGUSR1);
93 (void) kill(pid, SIGUSR1);
94 (void) kill(pid, SIGUSR1);
95 (void) kill(pi
[all...]
/darwin-on-arm/xnu/libsyscall/wrappers/
H A Dkill.c29 * kill stub, which wraps a modified kill system call that takes a posix
36 kill(pid_t pid, int sig) function
H A Dmodule.mk8 kill.c \
/darwin-on-arm/xnu/libsyscall/wrappers/legacy/
H A Dmodule.mk19 kill.c \
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_catch.c221 (void) kill(ts->pid, SIGUSR1);
H A Dlmbench_lat_sig_send.c214 (void) kill(ts->pid, 0);
H A Dlmbench_bw_unix.c277 kill(state->pid, SIGKILL);
H A Dlmbench_lat_ctx.c390 * Close the pipes and kill the children.
395 kill(pState->pids[i], SIGKILL);
548 * Close the pipes and kill the children.
553 kill(ts->pids[i], SIGKILL);
H A Dlb_mmtest.c509 kill(ts->pid, SIGKILL);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmisc.c180 /* vfork then execve sleep system command (which we will kill from the parent process) */
189 * binaries, which just sleep for 120 seconds. Let our parent kill us.
205 * parent process - let's kill our sleeping child
208 my_err = kill( my_pid, SIGKILL );
210 printf( "kill call failed with error %d - \"%s\" \n", errno, strerror( errno) );
H A Dtests.c2008 * Test kill, vfork, execve system calls.
2697 my_err = kill( my_pid, SIGUSR1 );
2699 printf( "kill call failed with error %d - \"%s\" \n", errno, strerror( errno) );
2705 my_err = kill( my_pid, SIGUSR1 );
2707 printf( "kill call failed with error %d - \"%s\" \n", errno, strerror( errno) );
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_memorystatus.c894 boolean_t kill = FALSE; local
900 kill = TRUE;
903 if (TRUE == kill) {
1186 // If we didn't kill anything, toss any newly-created snapshot
1287 // If we didn't kill anything, toss any newly-created snapshot
1346 break; // we found first active proc, let's not kill any more
1444 /* Mark as locked temporarily to avoid kill */
1825 /* Only boost the critical level - it's more important to kill right away than issue warnings */
H A Dproc_info.c1894 boolean_t kill = false; local
1919 /* Clearing the dirty shutdown flag, and the process is otherwise clean - kill */
1921 kill = true;
1924 kill = true;
1939 if ((error == 0) && (kill == true)) {
H A Dkern_sig.c1384 kill(proc_t cp, struct kill_args *uap, __unused int32_t *retval) function
1396 /* kill single process */
1496 * Common code for kill process group/broadcast kill.
2687 * Default catcher, where the default is to kill

Completed in 143 milliseconds