Define FUTEX_LOCK_PI, FUTEX_UNLOCK_PI, and FUTEX_TRYLOCK_PI.
authorUlrich Drepper <drepper@redhat.com>
Sat, 29 Jul 2006 05:06:07 +0000 (05:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 29 Jul 2006 05:06:07 +0000 (05:06 +0000)
sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h

index 1a2e8cb..58b4806 100644 (file)
@@ -33,6 +33,9 @@
 #define FUTEX_CMP_REQUEUE      4
 #define FUTEX_WAKE_OP          5
 #define FUTEX_OP_CLEAR_WAKE_IF_GT_ONE  ((4 << 24) | 1)
+#define FUTEX_LOCK_PI          6
+#define FUTEX_UNLOCK_PI                7
+#define FUTEX_TRYLOCK_PI       8
 
 /* Initializer for compatibility lock. */
 #define LLL_MUTEX_LOCK_INITIALIZER (0)