Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dipc_tt.c1048 boolean_t thread_is_immovable; in ipc_thread_reset() local
1055 thread_is_immovable = ip_is_immovable_send(tro->tro_self_port); in ipc_thread_reset()
1084 if (thread_is_immovable) { in ipc_thread_reset()
1114 if (thread_is_immovable && old_pport != IP_NULL) { in ipc_thread_reset()
1166 assert(thread_is_immovable); in ipc_thread_reset()