Searched refs:IKOT_THREAD_READ (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | ipc_kobject.h | 136 IKOT_THREAD_READ = 47,
|
| H A D | ipc_tt.c | 1020 ipc_kobject_disable(rdport, IKOT_THREAD_READ); in ipc_thread_disable() 1102 ipc_kobject_dealloc_port(rdport, 0, IKOT_THREAD_READ); in ipc_thread_terminate() 1215 (void)ipc_kobject_disable(old_rdport, IKOT_THREAD_READ); in ipc_thread_reset() 1264 ipc_kobject_dealloc_port(old_rdport, 0, IKOT_THREAD_READ); in ipc_thread_reset() 1830 case IKOT_THREAD_READ: in thread_get_special_port_from_user() 3118 if (kotype == IKOT_THREAD_READ) { in thread_port_kotype_valid_for_flavor() 3281 return IKOT_THREAD_READ; in thread_flavor_to_kotype()
|
| H A D | thread.c | 189 IPC_KOBJECT_DEFINE(IKOT_THREAD_READ, 4018 assert((IKOT_THREAD_READ == kotype) || (IKOT_THREAD_INSPECT == kotype)); in thread_port_with_flavor_no_senders() 4030 if (kotype == IKOT_THREAD_READ) { in thread_port_with_flavor_no_senders()
|
| H A D | ipc_kobject.c | 1841 thread_t thread = ipc_kobject_get_raw(port, IKOT_THREAD_READ); in ipc_kobject_label_substitute_thread_read()
|
| /xnu-11417.121.6/tests/ipc/ |
| H A D | ipc_read_inspect.c | 18 #define IKOT_THREAD_READ 47 macro 197 T_QUIET; T_EXPECT_EQ(kotype, IKOT_THREAD_READ, "Task read port should yield thread read port"); in test_task_threads()
|