Home
last modified time | relevance | path

Searched refs:inherited_flag (Results 1 – 1 of 1) sorted by relevance

/trueos/lib/libdispatch/src/
HDinline_internal.h517 const pthread_priority_t inherited_flag = _PTHREAD_PRIORITY_INHERIT_FLAG; in _dispatch_queue_priority_inherit_from_target() local
519 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()