Searched refs:task_read_for_pid (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/tests/ |
| 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() 506 kr = task_read_for_pid(mach_task_self(), child_pid, &tr); in test_get_child_task_port() 548 kr = task_read_for_pid(mach_task_self(), getpid(), &read_port);
|
| H A D | ipc_thread_ports_race.c | 132 int rc = task_read_for_pid(mach_task_self(), pid, &tp); in fork_child_test()
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | proc.h | 526 int task_read_for_pid(unsigned int target_tport, int pid, unsigned int *t); /* Returns task rea…
|
| /xnu-8020.101.4/bsd/vm/ |
| H A D | vm_unix.c | 1248 task_read_for_pid(struct proc *p __unused, struct task_read_for_pid_args *args, int *ret) in task_read_for_pid() function
|