Searched refs:proc_usynch_thread_qos_remove_override (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c178 static boolean_t proc_usynch_thread_qos_remove_override(struct uthread *uth, uint64_t tid) function
493 .proc_usynch_thread_qos_remove_override = proc_usynch_thread_qos_remove_override,
/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_synch.c575 pthread_kern->proc_usynch_thread_qos_remove_override(NULL, kwq->kw_owner);
586 pthread_kern->proc_usynch_thread_qos_remove_override(NULL, kwq->kw_owner);
619 pthread_kern->proc_usynch_thread_qos_remove_override(NULL, kwq->kw_owner);
621 pthread_kern->proc_usynch_thread_qos_remove_override(current_uthread(), 0);
643 pthread_kern->proc_usynch_thread_qos_remove_override(NULL, kwq->kw_owner);
645 pthread_kern->proc_usynch_thread_qos_remove_override(current_uthread(), 0);
H A Dkern_support.c599 * because proc_usynch_thread_qos_remove_override takes a spinlock that
610 pthread_kern->proc_usynch_thread_qos_remove_override(uth, 0);
799 pthread_kern->proc_usynch_thread_qos_remove_override(uth, 0);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h226 boolean_t (*proc_usynch_thread_qos_remove_override)(struct uthread *, uint64_t tid); member in struct:pthread_callbacks_s

Completed in 131 milliseconds