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

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c170 static boolean_t proc_usynch_thread_qos_add_override(struct uthread *uth, uint64_t tid, int override_qos, boolean_t first_override_for_resource) function
492 .proc_usynch_thread_qos_add_override = proc_usynch_thread_qos_add_override,
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h225 boolean_t (*proc_usynch_thread_qos_add_override)(struct uthread *, uint64_t tid, int override_qos, boolean_t first_override_for_resource); member in struct:pthread_callbacks_s
/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_synch.c561 pthread_kern->proc_usynch_thread_qos_add_override(NULL, tid, kwq->kw_qos_override, FALSE);
566 boostsucceded = pthread_kern->proc_usynch_thread_qos_add_override(NULL, tid, kwq->kw_qos_override, TRUE);
601 boostsucceeded = pthread_kern->proc_usynch_thread_qos_add_override(kwe->kwe_uth, 0, kwq->kw_qos_override, TRUE);
H A Dkern_support.c764 pthread_kern->proc_usynch_thread_qos_add_override(uth, 0, override_qos, TRUE);
835 pthread_kern->proc_usynch_thread_qos_add_override(uth, 0, override_qos, TRUE);

Completed in 323 milliseconds