]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
signal.7: pthread_mutex_lock() and pthread_cond_wait() are restartable
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 8 Oct 2014 09:52:45 +0000 (11:52 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 8 Oct 2014 09:52:45 +0000 (11:52 +0200)
pthread_mutex_lock(, pthread_cond_wait(), and related APIs are
automatically restarted if interrupted by a signal handler.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/signal.7

index e029de5464cb089a05991f8888c2273cdfa59001..47b75b45eb127876550d26eb9f92f3b9ba840454 100644 (file)
@@ -698,6 +698,10 @@ and
 (since Linux 2.6.22; beforehand, always failed with
 .BR EINTR ).
 .IP *
+.BR pthread_mutex_lock (3),
+.BR pthread_cond_wait (3),
+and related APIs.
+.IP *
 POSIX semaphore interfaces:
 .BR sem_wait (3)
 and