Searched refs:port_name_to_thread (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | ipc_tt.h | 275 extern thread_t port_name_to_thread(
|
| H A D | syscall_subr.c | 251 thread = port_name_to_thread(thread_name, ptt_options); in thread_switch()
|
| H A D | sync_sema.c | 461 thread = port_name_to_thread(thread_name, PORT_INTRANS_OPTIONS_NONE); in semaphore_signal_thread_trap()
|
| H A D | thread.h | 1348 extern thread_t port_name_to_thread(
|
| H A D | ipc_tt.c | 3413 port_name_to_thread( in port_name_to_thread() function
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | mach_process.c | 485 th_act = port_name_to_thread(CAST_MACH_PORT_TO_NAME(uap->addr), in ptrace()
|
| H A D | sys_ulock.c | 481 *owner = port_name_to_thread(owner_name, in ulock_resolve_owner() 981 wake_thread = port_name_to_thread(wake_thread_name, in ulock_wake()
|
| H A D | kern_sig.c | 937 target_act = (thread_act_t)port_name_to_thread(uap->thread_port, in __pthread_markcancel() 1105 target_act = (thread_t)port_name_to_thread(uap->thread_port, in __pthread_kill()
|
| H A D | kern_event.c | 2143 extra_thread_ref = port_name_to_thread(name, in filt_wlupdate()
|
| /xnu-11215.1.10/bsd/pthread/ |
| H A D | pthread_workqueue.c | 2621 thread_t th = port_name_to_thread(kport, in bsdthread_add_explicit_override() 2638 thread_t th = port_name_to_thread(kport, in bsdthread_remove_explicit_override() 2663 thread_t thread = port_name_to_thread(kport, in workq_thread_add_dispatch_override()
|