aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/umtx.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/umtx.h')
-rw-r--r--sys/sys/umtx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/sys/umtx.h b/sys/sys/umtx.h
index f0a34e0aed67..6753a6217688 100644
--- a/sys/sys/umtx.h
+++ b/sys/sys/umtx.h
@@ -101,6 +101,13 @@
#define UMTX_OP_SHM 25
#define UMTX_OP_ROBUST_LISTS 26
+/*
+ * Flags for ops; the double-underbar convention must be maintained for future
+ * additions for the sake of libsysdecode.
+ */
+#define UMTX_OP__I386 0x40000000
+#define UMTX_OP__32BIT 0x80000000
+
/* Flags for UMTX_OP_CV_WAIT */
#define CVWAIT_CHECK_UNPARKING 0x01
#define CVWAIT_ABSTIME 0x02