Home
last modified time | relevance | path

Searched refs:helper_pid (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/tests/vm/
H A Dmemorystatus_freeze_test_entitled.c41 static pid_t helper_pid; variable
45 kill(helper_pid, SIGUSR1); in signal_helper_process()
52 helper_pid = launch_background_helper("simple_bg", true, true);
55 …kern_ret = memorystatus_control(MEMORYSTATUS_CMD_SET_PROCESS_IS_FREEZABLE, helper_pid, 0, NULL, 0);
H A Dmemorystatus_freeze_test.c2294 pid_t helper_pid; variable
2298 int ret = kill(helper_pid, SIGUSR2);
2353 helper_pid = launch_background_helper("coalition_freezer", false, false);
2356 …exit_disp = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)helper_pid, DISPATCH_PROC…
/xnu-11417.121.6/tests/
H A Dexc_resource_threads.c153 pid_t helper_pid; variable
166 T_EXPECT_POSIX_ZERO(posix_spawn(&helper_pid, args[0], NULL, &attr, args, NULL), "posix_spawn");