Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/mach/
H A Dthread_special_ports.h74 #define THREAD_READ_PORT 3 /* The read port for thread. */ macro
76 #define THREAD_MAX_SPECIAL_PORT THREAD_READ_PORT
/xnu-12377.1.9/libsyscall/mach/
H A Dport_descriptions.c124 [THREAD_READ_PORT] = "read", in mach_thread_special_port_description()
126 _Static_assert(THREAD_READ_PORT == THREAD_MAX_SPECIAL_PORT, in mach_thread_special_port_description()
212 SP_ENTRY(THREAD_READ_PORT), in mach_thread_special_port_for_id()
/xnu-12377.1.9/tests/
H A Dport_descriptions.c135 TEST_TSP(THREAD_READ_PORT);
140 T_EXPECT_EQ(THREAD_READ_PORT, THREAD_MAX_SPECIAL_PORT,
230 TEST_TSP(THREAD_READ_PORT);
H A Dimm_pinned_control_port_crasher.c298 kr = thread_get_special_port(th_port, THREAD_READ_PORT, &port); in immovable_test_copy_send_thread_read()
/xnu-12377.1.9/tests/ipc/
H A Dipc_read_inspect.c131 kr = thread_get_special_port(tport, THREAD_READ_PORT, &special_port); in test_thread_get_special_port()
601 kr = thread_get_special_port(th_control_port, THREAD_READ_PORT, &th_read_port);
/xnu-12377.1.9/osfmk/kern/
H A Dipc_tt.c1557 case THREAD_READ_PORT: in thread_get_special_port_internal()
1560 mach_thread_flavor_t current_flavor = (which == THREAD_READ_PORT) ? in thread_get_special_port_internal()
1661 case THREAD_READ_PORT: in special_port_allowed_with_thread_flavor()