summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/spinlock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update my email address.pirofti2020-04-061-2/+2
|
* Add pthread spinlock support.pirofti2012-05-032-0/+55
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@.