History log of /openbsd-src/lib/libpthread/man/pthread_barrier_init.3 (Results 1 – 5 of 5)
Revision Date Author Comments
# 41ce3b17 31-Mar-2022 naddy <naddy@openbsd.org>

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@


# 8855e28c 06-Apr-2020 pirofti <pirofti@openbsd.org>

Update my email address.


# 86f9d4cd 05-Jun-2013 tedu <tedu@openbsd.org>

use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze


# 6f2b369c 11-Apr-2012 jmc <jmc@openbsd.org>

tweak previous;


# c9961bb2 11-Apr-2012 pirofti <pirofti@openbsd.org>

Add pthread barrier support.

Implementation and documentation for:
- pthread_barrier_init()
- pthread_barrier_destroy()
- pthread_barrier_wait()
- pthread_barrierattr_init()
- pthread_barrierat

Add pthread barrier support.

Implementation and documentation for:
- pthread_barrier_init()
- pthread_barrier_destroy()
- pthread_barrier_wait()
- pthread_barrierattr_init()
- pthread_barrierattr_destroy()
- pthread_barrierattr_getpshared()
- pthread_barrierattr_setpshared()

Currently only private barriers are supported.

Okay guenther@.

show more ...