Remove non-history libkse references and fix PTHREAD_PROCESSES_PRIVATE typo.

This commit is contained in:
Jilles Tjoelker 2016-05-29 18:25:11 +00:00
parent 01ed3219b9
commit 60404ec965
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300970
5 changed files with 7 additions and 15 deletions

View File

@ -47,9 +47,7 @@ library provides a 1:1 implementation of the
library interfaces for application threading.
It
has been optimized for use by applications expecting system scope thread
semantics, and can provide significant performance improvements
compared to
.Lb libkse .
semantics.
.Pp
The library is tightly integrated with the run-time link editor
.Xr ld-elf.so.1 1

View File

@ -75,9 +75,7 @@ argument to
.Fn pthread_barrier_init .
Once the threads have been released the barrier will be reset.
.Sh IMPLEMENTATION NOTES
In both
.Lb libkse
and
In
.Lb libthr
the
.Dv PTHREAD_BARRIER_SERIAL_THREAD

View File

@ -137,11 +137,9 @@ barriers
does not fully conform to
.St -p1003.2
because the process-shared attribute is ignored in
.Lb libthr ,
and in
.Lb libkse ;
.Lb libthr ;
if any value other than
.Dv PTHREAD_PROCESSES_PRIVATE
.Dv PTHREAD_PROCESS_PRIVATE
is specified in a call to
.Fn pthread_barrierattr_setpshared ,
it will return

View File

@ -167,7 +167,7 @@ does not fully conform to
.St -p1003.2
because the process-shared attribute is ignored;
if any value other than
.Dv PTHREAD_PROCESSES_PRIVATE
.Dv PTHREAD_PROCESS_PRIVATE
is specified in a call to
.Fn pthread_condattr_setpshared ,
it will return

View File

@ -129,10 +129,8 @@ does not fully conform to
because the
.Fa pshared
argument is ignored in
.Lb libthr ,
and in
.Lb libkse
.Lb libthr ;
if any value other than
.Dv PTHREAD_PROCESSES_PRIVATE
.Dv PTHREAD_PROCESS_PRIVATE
is specified, it returns
.Er EINVAL .