Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dipc_tt.c1147 boolean_t thread_is_immovable; in ipc_thread_reset() local
1154 thread_is_immovable = ip_is_immovable_send(tro->tro_self_port); in ipc_thread_reset()
1185 if (thread_is_immovable) { in ipc_thread_reset()
1219 if (thread_is_immovable && old_pport != IP_NULL) { in ipc_thread_reset()
1274 assert(thread_is_immovable); in ipc_thread_reset()