Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/
H A Daudit_session.c918 pid_t other_child_pid; variable
919 bytes_read = read(fd, &other_child_pid, sizeof(other_child_pid));
920 T_ASSERT_EQ(bytes_read, (ssize_t)sizeof(other_child_pid), NULL);
929 rv = kill(other_child_pid, 0);