summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/sleepqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/sleepqueue.h')
-rw-r--r--freebsd/sys/sys/sleepqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/sys/sys/sleepqueue.h b/freebsd/sys/sys/sleepqueue.h
index 07530e3b..fa16e414 100644
--- a/freebsd/sys/sys/sleepqueue.h
+++ b/freebsd/sys/sys/sleepqueue.h
@@ -85,6 +85,7 @@ struct thread;
#define SLEEPQ_SX 0x03 /* Used by an sx lock. */
#define SLEEPQ_LK 0x04 /* Used by a lockmgr. */
#define SLEEPQ_INTERRUPTIBLE 0x100 /* Sleep is interruptible. */
+#define SLEEPQ_UNFAIR 0x200 /* Unfair wakeup order. */
void init_sleepqueues(void);
int sleepq_abort(struct thread *td, int intrval);