about summary refs log tree commit diff
path: root/src/thread/vmlock.c
Commit message (Expand)AuthorAgeFilesLines
* lift child restrictions after multi-threaded forkRich Felker2020-11-111-0/+2
* remove mismatched arguments from vmlock function definitionsRich Felker2015-04-111-2/+2
* redesign and simplify vmlock systemRich Felker2015-04-101-12/+11
* make all objects used with atomic operations volatileRich Felker2015-03-031-1/+1
* fix extremely rare but dangerous race condition in robust mutexesRich Felker2012-08-171-0/+22