summaryrefslogtreecommitdiff
path: root/src/thread/pthread_atfork.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt1-1/+1
2015-03-03make all objects used with atomic operations volatileRich Felker1-1/+1
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker1-5/+5
2011-08-06use weak aliases rather than function pointers to simplify some codeRich Felker1-2/+2
2011-02-18add pthread_atfork interfaceRich Felker1-0/+48