History log of /src/share/man/man3/pthread_join.3 (Results 1 – 25 of 87)
Revision Date Author Comments
# 7f026a58 18-Jan-2026 Konstantin Belousov <kib@FreeBSD.org>

Document pthread_tryjoin_np(3)

Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D54766


# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# df7d7638 07-Oct-2021 Felix Johnson <felix.the.red@gmail.com>

pthread_np.3: Add a manpage summarizing all of the pthread extensions.

PR: 197299
MFC after: 1 week


# b33a8b38 16-Feb-2020 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r357966 through r357999.


# 132fb3dc 15-Feb-2020 Konstantin Belousov <kib@FreeBSD.org>

Add pthread_peekjoin_np(3).

The function allows to peek at the thread exit status and even see
return value, without joining (and thus finally destroying) the target
thread.

Reviewed by: markj
Spon

Add pthread_peekjoin_np(3).

The function allows to peek at the thread exit status and even see
return value, without joining (and thus finally destroying) the target
thread.

Reviewed by: markj
Sponsored by: The FreeBSD Foundation (kib)
MFC after: 2 weeks
Differential revision: https://reviews.freebsd.org/D23676

show more ...


# 7f026a58 18-Jan-2026 Konstantin Belousov <kib@FreeBSD.org>

Document pthread_tryjoin_np(3)

Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D54766


# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# df7d7638 07-Oct-2021 Felix Johnson <felix.the.red@gmail.com>

pthread_np.3: Add a manpage summarizing all of the pthread extensions.

PR: 197299
MFC after: 1 week


# b33a8b38 16-Feb-2020 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r357966 through r357999.


# 132fb3dc 15-Feb-2020 Konstantin Belousov <kib@FreeBSD.org>

Add pthread_peekjoin_np(3).

The function allows to peek at the thread exit status and even see
return value, without joining (and thus finally destroying) the target
thread.

Reviewed by: markj
Spon

Add pthread_peekjoin_np(3).

The function allows to peek at the thread exit status and even see
return value, without joining (and thus finally destroying) the target
thread.

Reviewed by: markj
Sponsored by: The FreeBSD Foundation (kib)
MFC after: 2 weeks
Differential revision: https://reviews.freebsd.org/D23676

show more ...


# bcc5c36f 03-Feb-2018 Eitan Adler <eadler@FreeBSD.org>

pthread: adding missing header to man page

Reported by: swildner@DragonFlyBSD.org


# df0e741a 02-Dec-2017 Eitan Adler <eadler@FreeBSD.org>

Add missing word

Reported by: swildner@dragonflybsd.org


# 179cbbba 26-Jan-2010 Konstantin Belousov <kib@FreeBSD.org>

MFC r202884:
Document pthread_timedjoin_np.
Note implementation-defined EOPNOTSUPP error [1].


# bcc5c36f 03-Feb-2018 Eitan Adler <eadler@FreeBSD.org>

pthread: adding missing header to man page

Reported by: swildner@DragonFlyBSD.org


# df0e741a 02-Dec-2017 Eitan Adler <eadler@FreeBSD.org>

Add missing word

Reported by: swildner@dragonflybsd.org


# 179cbbba 26-Jan-2010 Konstantin Belousov <kib@FreeBSD.org>

MFC r202884:
Document pthread_timedjoin_np.
Note implementation-defined EOPNOTSUPP error [1].


# 5695d99d 29-Jun-2010 John Baldwin <jhb@FreeBSD.org>

- The ETIMEDOUT error applies to pthread_timedjoin_np(), not pthread_join().
- Tweak wording in history section for pthread_timedjoin_np().

MFC after: 3 days


# 1a0fda2b 04-Mar-2010 Dag-Erling Smørgrav <des@FreeBSD.org>

IFH@204581


# ccbe0b21 23-Jan-2010 Konstantin Belousov <kib@FreeBSD.org>

Document pthread_timedjoin_np.
Note implementation-defined EOPNOTSUPP error [1].

PR: threads/143115 [1]
MFC after: 3 days


# 3e9ed1ef 22-Oct-2007 Ruslan Ermilov <ru@FreeBSD.org>

Hide the implementation details about multiple threading libraries
from the synopses of pthread*(3) manpages.

Reviewed by: deischen, davidxu


# 5bb9f210 30-Sep-2006 Ruslan Ermilov <ru@FreeBSD.org>

Remove mentions of libc_r.


# 5203edcd 03-Jul-2004 Ruslan Ermilov <ru@FreeBSD.org>

Mechanically kill hard sentence breaks and double whitespaces.


# f9f9d2e8 15-Jan-2004 Ruslan Ermilov <ru@FreeBSD.org>

Document interfaces that are supported by libthr.


# ec7452f1 14-Jan-2004 Ruslan Ermilov <ru@FreeBSD.org>

Have a single set of POSIX threads man pages. The LIBRARY section
of each manpage lists libraries that have corresponding interfaces
implemented.

Prodded by: threads
Reviewed by: deischen


# 9d09157a 24-Mar-2003 Philippe Charnier <charnier@FreeBSD.org>

The .Fn function. Use .Xr where appropriate.


1234