Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dipc_kobject.h136 IKOT_THREAD_READ = 47,
H A Dipc_tt.c1019 ipc_kobject_disable(rdport, IKOT_THREAD_READ); in ipc_thread_disable()
1101 ipc_kobject_dealloc_port(rdport, 0, IKOT_THREAD_READ); in ipc_thread_terminate()
1214 (void)ipc_kobject_disable(old_rdport, IKOT_THREAD_READ); in ipc_thread_reset()
1263 ipc_kobject_dealloc_port(old_rdport, 0, IKOT_THREAD_READ); in ipc_thread_reset()
1829 case IKOT_THREAD_READ: in thread_get_special_port_from_user()
3105 if (kotype == IKOT_THREAD_READ) { in thread_port_kotype_valid_for_flavor()
3268 return IKOT_THREAD_READ; in thread_flavor_to_kotype()
H A Dthread.c187 IPC_KOBJECT_DEFINE(IKOT_THREAD_READ,
3985 assert((IKOT_THREAD_READ == kotype) || (IKOT_THREAD_INSPECT == kotype)); in thread_port_with_flavor_no_senders()
3997 if (kotype == IKOT_THREAD_READ) { in thread_port_with_flavor_no_senders()
H A Dipc_kobject.c1802 thread_t thread = ipc_kobject_get_raw(port, IKOT_THREAD_READ); in ipc_kobject_label_substitute_thread_read()
/xnu-11215.1.10/tests/ipc/
H A Dipc_read_inspect.c18 #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()