Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/ipc/
H A Dipc_read_inspect.c522 mach_port_t th_control_port, th_movable_port, th_read_port, th_inspect_port; variable
592 th_control_port = mach_thread_self();
593 thread_ports[0] = th_control_port;
596 kr = thread_get_special_port(th_control_port, THREAD_KERNEL_PORT, &th_movable_port);
601 kr = thread_get_special_port(th_control_port, THREAD_READ_PORT, &th_read_port);
606 kr = thread_get_special_port(th_control_port, THREAD_INSPECT_PORT, &th_inspect_port);