summaryrefslogtreecommitdiff
path: root/src/thread/vmlock.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-11remove mismatched arguments from vmlock function definitionsRich Felker1-2/+2
2015-04-10redesign and simplify vmlock systemRich Felker1-12/+11
2015-03-03make all objects used with atomic operations volatileRich Felker1-1/+1
2012-08-17fix extremely rare but dangerous race condition in robust mutexesRich Felker1-0/+22