summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_spin_init.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update my email address.pirofti2020-04-061-3/+3
|
* use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* Add pthread spinlock support.pirofti2012-05-031-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@.