Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update my email address. | 2020-04-06 | 1 | -3/+3 | |
| | |||||
* | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | 2013-06-05 | 1 | -3/+3 | |
| | |||||
* | tweak previous; | 2012-04-11 | 1 | -8/+9 | |
| | |||||
* | Add pthread barrier support. | 2012-04-11 | 1 | -0/+101 | |
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@. |