Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update my email address. | 2020-04-06 | 1 | -2/+2 | |
| | |||||
* | Return EINVAL if pthread_barrier_init is called with count=0. | 2018-07-06 | 1 | -1/+4 | |
| | | | | OK kettenis@, guenther@ | ||||
* | make pthread_barrier_wait behave more like it does on other platforms. | 2016-04-15 | 1 | -6/+17 | |
| | | | | from Kari Tristan Helgason | ||||
* | Honor subsystem style. | 2012-04-23 | 1 | -48/+35 | |
| | | | | | | `Visual inspection looks ok' kurt@. >From Brad | ||||
* | Add pthread barrier support. | 2012-04-11 | 1 | -0/+145 | |
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@. |