mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
- The ETIMEDOUT error applies to pthread_timedjoin_np(), not pthread_join().
- Tweak wording in history section for pthread_timedjoin_np(). MFC after: 3 days
This commit is contained in:
parent
5ed35ba97a
commit
5695d99d40
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209588
@ -116,7 +116,7 @@ The implementation detected that another caller is already waiting on
|
||||
.El
|
||||
.Pp
|
||||
Additionally, the
|
||||
.Fn pthread_join
|
||||
.Fn pthread_timedjoin_np
|
||||
function will fail if:
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er ETIMEDOUT
|
||||
@ -134,7 +134,7 @@ function conforms to
|
||||
.St -p1003.1-96 .
|
||||
The
|
||||
.Fn pthread_timedjoin_np
|
||||
is
|
||||
is a
|
||||
.Fx
|
||||
extension, first appeared in
|
||||
extension which first appeared in
|
||||
.Fx 6.1 .
|
||||
|
Loading…
Reference in New Issue
Block a user