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

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c150 static int proc_usynch_get_requested_thread_qos(struct uthread *uth) function
491 .proc_usynch_get_requested_thread_qos = proc_usynch_get_requested_thread_qos,
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h224 int (*proc_usynch_get_requested_thread_qos)(struct uthread *); member in struct:pthread_callbacks_s
/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_synch.c547 int waiter_qos = pthread_kern->proc_usynch_get_requested_thread_qos(current_uthread());

Completed in 214 milliseconds