1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
Commit Graph

5 Commits

Author SHA1 Message Date
pirofti
8855e28c06 Update my email address. 2020-04-06 00:01:08 +00:00
pirofti
6c3d037baf Return EINVAL if pthread_barrier_init is called with count=0.
OK kettenis@, guenther@
2018-07-06 07:54:34 +00:00
tedu
7446b51cb8 make pthread_barrier_wait behave more like it does on other platforms.
from Kari Tristan Helgason
2016-04-15 17:54:17 +00:00
pirofti
d01bddc487 Honor subsystem style.
`Visual inspection looks ok' kurt@.

>From Brad
2012-04-23 08:30:33 +00:00
pirofti
c9961bb2d4 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@.
2012-04-11 10:18:46 +00:00