git: 20979f38c186 - main - umtx: Add new pi_futex type.

Dmitry Chagin dchagin at FreeBSD.org
Thu Jul 29 09:58:42 UTC 2021


The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=20979f38c18665efbd9dd17eb4d6ab43d253eca4

commit 20979f38c18665efbd9dd17eb4d6ab43d253eca4
Author:     Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-07-29 09:48:34 +0000
Commit:     Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-07-29 09:48:34 +0000

    umtx: Add new pi_futex type.
    
    Differential Revision:  https://reviews.freebsd.org/D31250
    MFC after:              2 weeks
---
 sys/sys/umtxvar.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/sys/umtxvar.h b/sys/sys/umtxvar.h
index a0ef7931a88d..b6d89b6b8559 100644
--- a/sys/sys/umtxvar.h
+++ b/sys/sys/umtxvar.h
@@ -51,6 +51,7 @@ enum {
 	TYPE_SHM,
 	TYPE_PI_ROBUST_UMUTEX,
 	TYPE_PP_ROBUST_UMUTEX,
+	TYPE_PI_FUTEX,
 };
 
 /* Key to represent a unique userland synchronous object */


More information about the dev-commits-src-all mailing list