Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/pthread/
H A Dpthread_shims.c587 .convert_thread_to_port_pinned = convert_thread_to_port_immovable,
H A Dpthread_workqueue.c4951 convert_thread_to_port_immovable(th), in workq_setup_and_run()
/xnu-12377.41.6/osfmk/kern/
H A Dthread.h1875 extern ipc_port_t convert_thread_to_port_immovable(thread_t);
H A Dipc_tt.c346 ipc_port_t kport = convert_thread_to_port_immovable(thread); in ipc_thread_set_immovable_pinned()
3101 convert_thread_to_port_immovable( in convert_thread_to_port_immovable() function
/xnu-12377.41.6/bsd/kern/
H A Dkern_exec.c7083 sright = convert_thread_to_port_immovable(new_thread); in exec_add_apple_strings()