Searched refs:wqthread (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsync_lock.c546 thread_t wqthread; local
551 wqthread = wait_queue_wakeup64_identity_locked(wq,
557 if (wqthread != THREAD_NULL) {
558 thread_unlock(wqthread);
566 ulock_ownership_set(ulock, wqthread);
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c480 p->p_wqthread = uap->wqthread;

Completed in 27 milliseconds