Searched refs:port_name_to_thread (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | ipc_tt.h | 266 extern thread_t port_name_to_thread(
|
| H A D | syscall_subr.c | 253 thread = port_name_to_thread(thread_name, ptt_options); in thread_switch()
|
| H A D | sync_sema.c | 460 thread = port_name_to_thread(thread_name, PORT_INTRANS_OPTIONS_NONE); in semaphore_signal_thread_trap()
|
| H A D | thread.h | 1386 extern thread_t port_name_to_thread(
|
| H A D | ipc_tt.c | 3256 port_name_to_thread( in port_name_to_thread() function
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | mach_process.c | 487 th_act = port_name_to_thread(CAST_MACH_PORT_TO_NAME(uap->addr), in ptrace()
|
| H A D | sys_ulock.c | 491 *owner = port_name_to_thread(owner_name, in ulock_resolve_owner() 991 wake_thread = port_name_to_thread(wake_thread_name, in ulock_wake()
|
| H A D | kern_sig.c | 943 target_act = (thread_act_t)port_name_to_thread(uap->thread_port, in __pthread_markcancel() 1111 target_act = (thread_t)port_name_to_thread(uap->thread_port, in __pthread_kill()
|
| H A D | kern_event.c | 2144 extra_thread_ref = port_name_to_thread(name, in filt_wlupdate()
|
| /xnu-12377.41.6/bsd/pthread/ |
| H A D | pthread_workqueue.c | 2622 thread_t th = port_name_to_thread(kport, in bsdthread_add_explicit_override() 2639 thread_t th = port_name_to_thread(kport, in bsdthread_remove_explicit_override() 2664 thread_t thread = port_name_to_thread(kport, in workq_thread_add_dispatch_override()
|