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

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c144 qos_main_thread_active(void) function
495 .qos_main_thread_active = qos_main_thread_active,
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h229 boolean_t (*qos_main_thread_active)(void); member in struct:pthread_callbacks_s
/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_support.c492 if (pthread_kern->qos_main_thread_active()) {
633 if (pthread_kern->qos_main_thread_active() && qos.qos_tier == THREAD_QOS_UNSPECIFIED) {

Completed in 175 milliseconds