user_mutex_defs: Add note that the flags area is shared with timeout flags.

No functional change.
This commit is contained in:
Augustin Cavalier
2023-06-19 16:40:33 -04:00
parent 70e8eacb35
commit 513f86c7de
+1
View File
@@ -7,6 +7,7 @@
// flags passed to _kern_mutex_{un}block // flags passed to _kern_mutex_{un}block
// (same uint32 also used for B_TIMEOUT, etc.)
#define B_USER_MUTEX_SHARED 0x40000000 #define B_USER_MUTEX_SHARED 0x40000000
// Mutex is in shared memory. // Mutex is in shared memory.
#define B_USER_MUTEX_UNBLOCK_ALL 0x80000000 #define B_USER_MUTEX_UNBLOCK_ALL 0x80000000