Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c1947 wq_thactive_t old_thactive; in workq_sched_callback() local
1956 old_thactive = _wq_thactive_dec(wq, qos); in workq_sched_callback()
1957 req_qos = WQ_THACTIVE_BEST_CONSTRAINED_REQ_QOS(old_thactive); in workq_sched_callback()
1983 old_req_count = _wq_thactive_aggregate_downto_qos(wq, old_thactive, in workq_sched_callback()
2004 old_thactive, qos, NULL, NULL); in workq_sched_callback()
2020 old_thactive = _wq_thactive_inc(wq, qos); in workq_sched_callback()
2023 old_thactive, qos, NULL, NULL); in workq_sched_callback()
2024 req_qos = WQ_THACTIVE_BEST_CONSTRAINED_REQ_QOS(old_thactive); in workq_sched_callback()