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 | |
| | |||||
* | Add pthread spinlock support. | 2012-05-03 | 1 | -0/+88 | |
Implementation, documentation and naive regression tests for: - pthread_spin_init() - pthread_spin_destroy() - pthread_spin_lock() - pthread_spin_trylock() - pthread_spin_unlock() Implementation okay guenther@, documentation okay jmc@. |