Searched refs:owner_thread (Results 1 – 5 of 5) sorted by relevance
603 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 …]
59 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() argument574 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() argument606 dispatch_sync_owner = owner_thread; in dispatch_sync_cancel()
446 thread_t owner_thread = ctid_get_thread(owner_ctid); in esync_wait() local447 uint64_t tid = thread_tid(owner_thread); in esync_wait()463 turnstile_update_inheritor(ts, owner_thread, in esync_wait()
188 thread_t owner_thread; member
1995 thread_t owner_thread = ctid_get_thread_unsafe(owner); in lck_mtx_lock_spinwait_x86() local1998 if ((cpu_data_ptr[i] != NULL) && (cpu_data_ptr[i]->cpu_active_thread == owner_thread)) { in lck_mtx_lock_spinwait_x86()