Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/
H A Dipc_thread_ports_race.c132 int rc = task_read_for_pid(mach_task_self(), pid, &tp); in fork_child_test()
H A Dipc_read_inspect.c91 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 Dmach_exc_port_substitute.c207 kr = task_read_for_pid(mach_task_self(), pid, &child_read);
/xnu-10002.41.9/bsd/sys/
H A Dproc.h559 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 Dvm_unix.c1313 task_read_for_pid(struct proc *p __unused, struct task_read_for_pid_args *args, int *ret) in task_read_for_pid() function