Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dtestpoints.c38 int32_t tp_pid = -1; variable
85 if (tp_pid != pid_from_task(current_task())) { in tp_call()
139 if (tp_pid != new_pid) { in tp_pid_handler()
140 tp_pid = new_pid; in tp_pid_handler()
147 printf("tp_pid=%d\n", tp_pid); in tp_pid_handler()
152 SYSCTL_TEST_REGISTER(tp_pid, tp_pid_handler);