summaryrefslogtreecommitdiffstats
path: root/test/unit/spin.c
Commit message (Collapse)AuthorAgeFilesLines
* Header refactoring: unify and de-catchall rtree module.David Goldblatt2017-05-311-0/+2
|
* Enhance spin_adaptive() to yield after several iterations.Jason Evans2017-02-091-0/+16
This avoids worst case behavior if e.g. another thread is preempted while owning the resource the spinning thread is waiting for.