Searched refs:task_read_for_pid (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.41.9/tests/ |
| H A D | ipc_thread_ports_race.c | 132 int rc = task_read_for_pid(mach_task_self(), pid, &tp); in fork_child_test()
|
| H A D | ipc_read_inspect.c | 91 kr = task_read_for_pid(mach_task_self(), getpid(), &tfp_port); in test_task_get_special_port() 510 kr = task_read_for_pid(mach_task_self(), child_pid, &tr); in test_get_child_task_port() 552 kr = task_read_for_pid(mach_task_self(), getpid(), &read_port);
|
| /xnu-10002.41.9/tests/ipc/ |
| H A D | mach_exc_port_substitute.c | 207 kr = task_read_for_pid(mach_task_self(), pid, &child_read);
|
| /xnu-10002.41.9/bsd/sys/ |
| H A D | proc.h | 559 int task_read_for_pid(unsigned int target_tport, int pid, unsigned int *t); /* Returns task rea…
|
| /xnu-10002.41.9/bsd/vm/ |
| H A D | vm_unix.c | 1313 task_read_for_pid(struct proc *p __unused, struct task_read_for_pid_args *args, int *ret) in task_read_for_pid() function
|