Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dsys_ulock.c603 if (owner_thread == NULL && ulock_resolve_owner(u32, &owner_thread) != 0) { in sys_ulock_wait2()
682 if (owner_thread == THREAD_NULL) { in sys_ulock_wait2()
715 thread_reference(owner_thread); in sys_ulock_wait2()
716 ull->ull_owner = owner_thread; in sys_ulock_wait2()
753 uthread->uu_save.uus_ulock_wait_data.owner_thread = owner_thread; in sys_ulock_wait2()
783 owner_thread = NULL; in sys_ulock_wait2()
793 if (owner_thread) { in sys_ulock_wait2()
794 thread_deallocate(owner_thread); in sys_ulock_wait2()
835 if (owner_thread != THREAD_NULL) { in ulock_wait_cleanup()
836 thread_deallocate(owner_thread); in ulock_wait_cleanup()
[all …]
/xnu-11215/tests/
H A Dturnstile_multihop.c59 dispatch_sync_cancel(mach_port_t owner_thread, qos_class_t promote_qos);
563 dispatch_sync_wait(mach_port_t owner_thread, qos_class_t promote_qos) in dispatch_sync_wait() argument
574 dispatch_sync_owner = owner_thread; in dispatch_sync_wait()
595 dispatch_sync_cancel(mach_port_t owner_thread, qos_class_t promote_qos) in dispatch_sync_cancel() argument
606 dispatch_sync_owner = owner_thread; in dispatch_sync_cancel()
/xnu-11215/osfmk/kern/
H A Depoch_sync.c446 thread_t owner_thread = ctid_get_thread(owner_ctid); in esync_wait() local
447 uint64_t tid = thread_tid(owner_thread); in esync_wait()
463 turnstile_update_inheritor(ts, owner_thread, in esync_wait()
/xnu-11215/bsd/sys/
H A Duser.h188 thread_t owner_thread; member
/xnu-11215/osfmk/i386/
H A Dlocks_i386.c1995 thread_t owner_thread = ctid_get_thread_unsafe(owner); in lck_mtx_lock_spinwait_x86() local
1998 if ((cpu_data_ptr[i] != NULL) && (cpu_data_ptr[i]->cpu_active_thread == owner_thread)) { in lck_mtx_lock_spinwait_x86()