Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/ipc/
H A Dipc_read_inspect.c533 mach_port_t th_control_port, th_movable_port, th_read_port, th_inspect_port; variable
603 th_control_port = mach_thread_self();
604 thread_ports[0] = th_control_port;
607 kr = thread_get_special_port(th_control_port, THREAD_KERNEL_PORT, &th_movable_port);
612 kr = thread_get_special_port(th_control_port, THREAD_READ_PORT, &th_read_port);
617 kr = thread_get_special_port(th_control_port, THREAD_INSPECT_PORT, &th_inspect_port);