From d31b2462dae5e96b64b7ab0ffad5c784bbf09a5f Mon Sep 17 00:00:00 2001 From: trhodes Date: Tue, 31 Jan 2006 01:47:16 +0000 Subject: Does not return EBUSY, the mutex will keep blocking until it's unlocked. --- share/man/man3/pthread_mutex_lock.3 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'share/man/man3') 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 -- cgit v1.1