aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_spin_trylock.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-22minor optimization to pthread_spin_trylockRich Felker1-1/+2
2011-09-16fix more instances of old a_xchg (use new a_swap name)Rich Felker1-1/+1
2011-03-28revert some more spin optimizations that turned out to be pessimizationsRich Felker1-2/+1
2011-03-24optimize contended case for pthread_spin_trylockRich Felker1-1/+2