Searched refs:inherited_flag (Results 1 – 1 of 1) sorted by relevance
517 const pthread_priority_t inherited_flag = _PTHREAD_PRIORITY_INHERIT_FLAG; in _dispatch_queue_priority_inherit_from_target() local519 if ((!dqp || (dqp & inherited_flag)) && (tqp & rootqueue_flag)) { in _dispatch_queue_priority_inherit_from_target()520 dq->dq_priority = (tqp & ~rootqueue_flag) | inherited_flag; in _dispatch_queue_priority_inherit_from_target()