summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-15 16:12:11 +0000
committerru <ru@FreeBSD.org>2004-01-15 16:12:11 +0000
commit74b508f8feda05d81126d20afe7e307522a34c6a (patch)
treebb87bb02861ebebd41c6a72702eaa0af95421eba /share/man/man3
parent90d1bd0020b7a0db396a39fbb57a6ec4d061418e (diff)
downloadFreeBSD-src-74b508f8feda05d81126d20afe7e307522a34c6a.zip
FreeBSD-src-74b508f8feda05d81126d20afe7e307522a34c6a.tar.gz
pthread_multi_np() is implemented in all threading libraries.
pthread_single_np() is not implemented in libthr.
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/pthread_multi_np.310
1 files changed, 10 insertions, 0 deletions
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
OpenPOWER on IntegriCloud