summaryrefslogtreecommitdiffstats
path: root/lib/librthread/synch.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Backout previous synch.h commit (r1.5, "Use process-private futexes to avoidsthen2019-10-241-5/+12
* Use process-private futexes to avoid the uvm_map lookup overhead.mpi2019-10-211-12/+5
* New semaphore implementation making sem_post async-safe.pirofti2018-06-081-0/+61
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-63/+0
* SPINLOCK_SPIN_HOOK is no more, define our own set of macros.mpi2017-05-291-4/+1
* New mutex and condvar implementations based on futex(2).mpi2017-05-271-0/+66