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

/xnu-2422.115.4/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...]
/xnu-2422.115.4/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
/xnu-2422.115.4/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);
/xnu-2422.115.4/tools/tests/unit_tests/cpu_monitor_tests_11646922_src/
H A Dcpumon_test_framework.c465 kill(child_pid, SIGKILL);
525 kill(child_pid, SIGKILL);
/xnu-2422.115.4/tools/tests/memorystatus/
H A Dmemorystatus.c63 * a high watermark kill, *or* a per-process kill.
257 printf("\t\tMismatched snapshot properties for pid %d (expected/actual): priority %d/%d : kill cause 0x%x/0x%x : user data 0x%llx/0x%llx\n",
604 kill(pid, SIGKILL);
720 kill(pid1, SIGKILL);
721 kill(pid2, SIGKILL);
970 * enough mem pressure to go looking for a high watermark victim to kill.
977 * reason to kill a munch test that has a high watermark set.
983 * per-task memory limit, the only reason for kill should be that we need
1098 kill(pi
[all...]
/xnu-2422.115.4/tools/tests/unit_tests/ptrace_tests_10767133_src/
H A Dptrace_tests_10767133.c197 retval = kill(childpid, SIGSTOP);
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dmisc.c182 /* vfork then execve sleep system command (which we will kill from the parent process) */
191 * binaries, which just sleep for 120 seconds. Let our parent kill us.
207 * parent process - let's kill our sleeping child
210 my_err = kill( my_pid, SIGKILL );
212 printf( "kill call failed with error %d - \"%s\" \n", errno, strerror( errno) );
H A Dtests.c2010 * 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) );
/xnu-2422.115.4/bsd/kern/
H A Dkern_memorystatus.c1120 boolean_t kill = false; local
1155 /* Clearing the dirty shutdown flag, and the process is otherwise clean - kill */
1157 kill = true;
1160 kill = true;
1207 if (kill) {
1478 /* Under pressure and unable to kill a process - panic */
1525 * Jetsam not enabled, so just kill the first suitable clean process
1582 printf("task_exceeded_footprint: failed to kill the current task (exiting?).\n");
1868 * - priority was not requested (this is something other than an ambient kill)
2103 /* No pid, so kill firs
[all...]
H A Dkern_sig.c1386 kill(proc_t cp, struct kill_args *uap, __unused int32_t *retval) function
1398 /* kill single process */
1498 * Common code for kill process group/broadcast kill.
2686 * Default catcher, where the default is to kill
/xnu-2422.115.4/tools/tests/unit_tests/ptrace_test_12507045_src/
H A Dptrace_test.c498 * debugger will register kevents, attach+kill child, wait for quorum on events,
533 ret = kill(child, SIGKILL);
535 err(1, "kill(SIGKILL)");

Completed in 119 milliseconds