Document EBUSY.
PR: 73387 Submitted by: Thomas Ludwig <tludwig@smr.ch> (original version)
This commit is contained in:
parent
b3e9316745
commit
958190ffe9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user