diff options
author | trhodes <trhodes@FreeBSD.org> | 2006-01-31 01:47:16 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2006-01-31 01:47:16 +0000 |
commit | d31b2462dae5e96b64b7ab0ffad5c784bbf09a5f (patch) | |
tree | 7e987ff6df051bf9eedd649d6ea7a43b1d321aa2 /share | |
parent | 6964e18a97c1313f6b1cb2adfd60260b97512ed6 (diff) | |
download | FreeBSD-src-d31b2462dae5e96b64b7ab0ffad5c784bbf09a5f.zip FreeBSD-src-d31b2462dae5e96b64b7ab0ffad5c784bbf09a5f.tar.gz |
Does not return EBUSY, the mutex will keep blocking until it's unlocked.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/pthread_mutex_lock.3 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/share/man/man3/pthread_mutex_lock.3 b/share/man/man3/pthread_mutex_lock.3 index 51df4af..10183e2 100644 --- a/share/man/man3/pthread_mutex_lock.3 +++ b/share/man/man3/pthread_mutex_lock.3 @@ -58,10 +58,6 @@ 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 |