Searched refs:THREAD_READ_PORT (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.101.4/osfmk/mach/ |
| H A D | thread_special_ports.h | 74 #define THREAD_READ_PORT 3 /* The read port for thread. */ macro 76 #define THREAD_MAX_SPECIAL_PORT THREAD_READ_PORT
|
| /xnu-8020.101.4/libsyscall/mach/ |
| H A D | port_descriptions.c | 121 [THREAD_READ_PORT] = "read", in mach_thread_special_port_description() 123 _Static_assert(THREAD_READ_PORT == THREAD_MAX_SPECIAL_PORT, in mach_thread_special_port_description() 209 SP_ENTRY(THREAD_READ_PORT), in mach_thread_special_port_for_id()
|
| /xnu-8020.101.4/tests/ |
| H A D | port_descriptions.c | 132 TEST_TSP(THREAD_READ_PORT); 137 T_EXPECT_EQ(THREAD_READ_PORT, THREAD_MAX_SPECIAL_PORT, 227 TEST_TSP(THREAD_READ_PORT);
|
| H A D | ipc_read_inspect.c | 140 kr = thread_get_special_port(tport, THREAD_READ_PORT, &special_port); in test_thread_get_special_port() 607 kr = thread_get_special_port(th_control_port, THREAD_READ_PORT, &th_read_port);
|
| H A D | imm_pinned_control_port_crasher.c | 288 kr = thread_get_special_port(th_port, THREAD_READ_PORT, &port); in immovable_test_copy_send_thread_read()
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | ipc_tt.c | 1609 case THREAD_READ_PORT: in thread_get_special_port_internal() 1612 mach_thread_flavor_t current_flavor = (which == THREAD_READ_PORT) ? in thread_get_special_port_internal() 1724 case THREAD_READ_PORT: in special_port_allowed_with_thread_flavor()
|