Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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@. |