summaryrefslogtreecommitdiffstats
path: root/share/man/man9/mutex.9
diff options
context:
space:
mode:
authordavidc <davidc@FreeBSD.org>2002-06-06 19:08:11 +0000
committerdavidc <davidc@FreeBSD.org>2002-06-06 19:08:11 +0000
commit7b59b3310da23bc837f414e76ef0b0b2e6145f73 (patch)
tree896014322bc13f5c1ed8a652a54d98a9373e8f77 /share/man/man9/mutex.9
parentde3e290d8f355917917a286bf261fd192dbc1d9d (diff)
downloadFreeBSD-src-7b59b3310da23bc837f414e76ef0b0b2e6145f73.zip
FreeBSD-src-7b59b3310da23bc837f414e76ef0b0b2e6145f73.tar.gz
Document MTX_DUPOK
Requested by: jeff (long ago)
Diffstat (limited to 'share/man/man9/mutex.9')
-rw-r--r--share/man/man9/mutex.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9
index d066d88..574ee9c 100644
--- a/share/man/man9/mutex.9
+++ b/share/man/man9/mutex.9
@@ -171,9 +171,7 @@ It may contain either
or
.Dv MTX_SPIN
but not both.
-Optionally, it may also contain the
-.Dv MTX_RECURSE
-bit, which signifies that the mutex will be allowed to recurse.
+See below for additional initialization options.
It is not permissible to pass the same
.Fa mutex
to
@@ -445,6 +443,8 @@ Do not log any mutex operations for this lock.
Instruct
.Xr witness 4
to ignore this lock.
+.It Dv MTX_DUPOK
+Witness should not log messages about duplicate locks being acquired.
.El
.Ss Lock and Unlock Flags
The flags passed to the
OpenPOWER on IntegriCloud