Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/
H A Dkevent_pty.c87 unsigned long slave_pid; variable
115 slave_pid = strtoul(buf, &end, 0);
120 T_LOG("got pid %lu for slave process from master", slave_pid);
127 (void)kill((int)slave_pid, SIGKILL);
131 (void)waitpid((int)slave_pid, &status, 0);