Searched refs:task_read_for_pid (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/tests/ipc/ |
| H A D | ipc_thread_ports_race.c | 133 int rc = task_read_for_pid(mach_task_self(), pid, &tp); in fork_child_test()
|
| H A D | ipc_read_inspect.c | 92 kr = task_read_for_pid(mach_task_self(), getpid(), &tfp_port); in test_task_get_special_port() 511 kr = task_read_for_pid(mach_task_self(), child_pid, &tr); in test_get_child_task_port() 553 kr = task_read_for_pid(mach_task_self(), getpid(), &read_port);
|
| H A D | mach_exc_port_substitute.c | 210 kr = task_read_for_pid(mach_task_self(), pid, &child_read);
|
| /xnu-11215/bsd/sys/ |
| H A D | proc.h | 572 int task_read_for_pid(unsigned int target_tport, int pid, unsigned int *t); /* Returns task rea…
|
| /xnu-11215/tests/ |
| H A D | vm_test_mach_map.c | 2108 ret = task_read_for_pid(mach_task_self(), pid, &read_port);
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_proc.c | 5761 task_read_for_pid(struct proc *p __unused, struct task_read_for_pid_args *args, int *ret) in task_read_for_pid() function
|