summaryrefslogtreecommitdiff
path: root/src/util/u_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/u_queue.h')
-rw-r--r--src/util/u_queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/u_queue.h b/src/util/u_queue.h
index 704d6c54892..793120a3270 100644
--- a/src/util/u_queue.h
+++ b/src/util/u_queue.h
@@ -49,6 +49,7 @@ extern "C" {
#define UTIL_QUEUE_INIT_USE_MINIMUM_PRIORITY (1 << 0)
#define UTIL_QUEUE_INIT_RESIZE_IF_FULL (1 << 1)
#define UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY (1 << 2)
+#define UTIL_QUEUE_INIT_SCALE_THREADS (1 << 3)
#if UTIL_FUTEX_SUPPORTED
#define UTIL_QUEUE_FENCE_FUTEX