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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsync_lock.c543 thread_t wqthread; local
548 wqthread = wait_queue_wakeup64_identity_locked(wq,
554 if (wqthread != THREAD_NULL) {
565 thread_unlock(wqthread);
573 ulock_ownership_set(ulock, wqthread);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c1038 p->p_wqthread = uap->wqthread;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1447 char wqthread_l_[PADL_(user_addr_t)]; user_addr_t wqthread; char wqthread_r_[PADR_(user_addr_t)]; member in struct:bsdthread_register_args

Completed in 48 milliseconds