Searched refs:IKOT_THREAD_CONTROL (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | ipc_tt.c | 834 IKOT_THREAD_CONTROL, alloc_options); in ipc_thread_init() 837 IKOT_THREAD_CONTROL, IPC_LABEL_SUBST_THREAD, IPC_KOBJECT_ALLOC_NONE); in ipc_thread_init() 846 IKOT_THREAD_CONTROL, IPC_KOBJECT_ALLOC_NONE); in ipc_thread_init() 897 new_pport = ipc_kobject_alloc_port(IKO_NULL, IKOT_THREAD_CONTROL, options); in ipc_main_thread_set_immovable_pinned() 908 ipc_kobject_enable(new_pport, thread, IKOT_THREAD_CONTROL); in ipc_main_thread_set_immovable_pinned() 1010 ipc_kobject_disable(kport, IKOT_THREAD_CONTROL); in ipc_thread_disable() 1025 ipc_kobject_disable(pport, IKOT_THREAD_CONTROL); in ipc_thread_disable() 1105 ipc_kobject_dealloc_port(kport, 0, IKOT_THREAD_CONTROL); in ipc_thread_terminate() 1114 ipc_kobject_dealloc_port(pport, 0, IKOT_THREAD_CONTROL); in ipc_thread_terminate() 1157 IKOT_THREAD_CONTROL, IPC_KOBJECT_ALLOC_NONE); in ipc_thread_reset() [all …]
|
| H A D | ipc_kobject.h | 88 IKOT_THREAD_CONTROL = 1,
|
| H A D | exception.c | 554 ip_kotype(thread_port) == IKOT_THREAD_CONTROL) { in exception_deliver()
|
| H A D | ipc_kobject.c | 1772 thread_t thread = ipc_kobject_get_raw(port, IKOT_THREAD_CONTROL); in ipc_kobject_label_substitute_thread()
|
| H A D | thread.c | 186 IPC_KOBJECT_DEFINE(IKOT_THREAD_CONTROL);
|
| /xnu-11215.1.10/tests/ipc/ |
| H A D | ipc_read_inspect.c | 17 #define IKOT_THREAD_CONTROL 1 macro 194 …T_QUIET; T_EXPECT_EQ(kotype, IKOT_THREAD_CONTROL, "Task control port should yield thread control p… in test_task_threads()
|
| /xnu-11215.1.10/osfmk/ipc/ |
| H A D | ipc_port.h | 323 (ip_kotype(port) == IKOT_TASK_CONTROL || ip_kotype(port) == IKOT_THREAD_CONTROL)
|
| H A D | ipc_port.c | 2956 assert(ip_kotype(sright) == IKOT_THREAD_CONTROL); in ipc_port_copyout_send_pinned()
|