We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f10b3 commit 7f64b1cCopy full SHA for 7f64b1c
src/queue.c
@@ -818,6 +818,7 @@ _dispatch_root_queues_init_workq(void)
818
pthread_workqueue_t pwq = NULL;
819
dispatch_root_queue_context_t qc;
820
qc = &_dispatch_root_queue_contexts[i];
821
+#if DISPATCH_USE_LEGACY_WORKQUEUE_FALLBACK
822
if (!disable_wq && qc->dgq_wq_priority != WORKQ_PRIO_INVALID) {
823
r = pthread_workqueue_attr_setqueuepriority_np(&pwq_attr,
824
qc->dgq_wq_priority);
0 commit comments