summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_mutex_lock.3
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2005-02-08 20:16:59 +0000
committertrhodes <trhodes@FreeBSD.org>2005-02-08 20:16:59 +0000
commit1d264321faae4f3aba6b42846e735baa1dab10f3 (patch)
tree5ef0ae9e1375b254b545eb4509e7d7fda0e56812 /share/man/man3/pthread_mutex_lock.3
parent8a1803c6fccb1b6e0ec354bfe87adc808a4b604e (diff)
downloadFreeBSD-src-1d264321faae4f3aba6b42846e735baa1dab10f3.zip
FreeBSD-src-1d264321faae4f3aba6b42846e735baa1dab10f3.tar.gz
Document EBUSY.
PR: 73387 Submitted by: Thomas Ludwig <tludwig@smr.ch> (original version)
Diffstat (limited to 'share/man/man3/pthread_mutex_lock.3')
-rw-r--r--share/man/man3/pthread_mutex_lock.36
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man3/pthread_mutex_lock.3 b/share/man/man3/pthread_mutex_lock.3
index 6b5c06a..51df4af 100644
--- a/share/man/man3/pthread_mutex_lock.3
+++ b/share/man/man3/pthread_mutex_lock.3
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 30, 1998
+.Dd February 8, 2005
.Dt PTHREAD_MUTEX_LOCK 3
.Os
.Sh NAME
@@ -58,6 +58,10 @@ The
.Fn pthread_mutex_lock
function will fail if:
.Bl -tag -width Er
+.It Bq Er EBUSY
+Currently
+.Fa mutex
+is locked by another thread.
.It Bq Er EINVAL
The value specified by
.Fa mutex
OpenPOWER on IntegriCloud