From 74b508f8feda05d81126d20afe7e307522a34c6a Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 15 Jan 2004 16:12:11 +0000 Subject: pthread_multi_np() is implemented in all threading libraries. pthread_single_np() is not implemented in libthr. --- share/man/man3/pthread_multi_np.3 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'share/man/man3') diff --git a/share/man/man3/pthread_multi_np.3 b/share/man/man3/pthread_multi_np.3 index b47c8ff..f3b8f3e 100644 --- a/share/man/man3/pthread_multi_np.3 +++ b/share/man/man3/pthread_multi_np.3 @@ -34,6 +34,7 @@ .Sh LIBRARY .Lb libc_r .Lb libpthread +.Lb libthr .Sh SYNOPSIS .In pthread_np.h .Ft int @@ -53,6 +54,15 @@ The function switches the process to a multi-threaded mode. The semantics of this function is similar to .Xr pthread_resume_all_np 3 . +.Sh IMPLEMENTATION NOTES +The +.Fn pthread_single_np +function is only available in +.Lb libc_r +and +.Lb libpthread . +This function is not implemented in +.Lb libthr . .Sh RETURN VALUES The .Fn pthread_multi_np -- cgit v1.1