Home
last modified time | relevance | path

Searched refs:IKOT_THREAD_CONTROL (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.121.6/osfmk/kern/
H A Dipc_tt.c835 IKOT_THREAD_CONTROL, alloc_options); in ipc_thread_init()
838 IKOT_THREAD_CONTROL, IPC_LABEL_SUBST_THREAD, IPC_KOBJECT_ALLOC_NONE); in ipc_thread_init()
847 IKOT_THREAD_CONTROL, IPC_KOBJECT_ALLOC_NONE); in ipc_thread_init()
898 new_pport = ipc_kobject_alloc_port(IKO_NULL, IKOT_THREAD_CONTROL, options); in ipc_main_thread_set_immovable_pinned()
909 ipc_kobject_enable(new_pport, thread, IKOT_THREAD_CONTROL); in ipc_main_thread_set_immovable_pinned()
1011 ipc_kobject_disable(kport, IKOT_THREAD_CONTROL); in ipc_thread_disable()
1026 ipc_kobject_disable(pport, IKOT_THREAD_CONTROL); in ipc_thread_disable()
1106 ipc_kobject_dealloc_port(kport, 0, IKOT_THREAD_CONTROL); in ipc_thread_terminate()
1115 ipc_kobject_dealloc_port(pport, 0, IKOT_THREAD_CONTROL); in ipc_thread_terminate()
1158 IKOT_THREAD_CONTROL, IPC_KOBJECT_ALLOC_NONE); in ipc_thread_reset()
[all …]
H A Dipc_kobject.h88 IKOT_THREAD_CONTROL = 1,
H A Dexception.c554 ip_kotype(thread_port) == IKOT_THREAD_CONTROL) { in exception_deliver()
H A Dipc_kobject.c1811 thread_t thread = ipc_kobject_get_raw(port, IKOT_THREAD_CONTROL); in ipc_kobject_label_substitute_thread()
H A Dthread.c188 IPC_KOBJECT_DEFINE(IKOT_THREAD_CONTROL);
/xnu-11417.121.6/tests/ipc/
H A Dipc_read_inspect.c17 #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-11417.121.6/osfmk/ipc/
H A Dipc_port.h321 (ip_kotype(port) == IKOT_TASK_CONTROL || ip_kotype(port) == IKOT_THREAD_CONTROL)
H A Dipc_port.c2975 assert(ip_kotype(sright) == IKOT_THREAD_CONTROL); in ipc_port_copyout_send_pinned()