mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
pthread_multi_np() is implemented in all threading libraries.
pthread_single_np() is not implemented in libthr.
This commit is contained in:
parent
2ed59d22bd
commit
69a16e1e28
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124565
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user