about summary refs log tree commit diff
path: root/src/thread/pthread_atfork.c
Commit message (Expand)AuthorAgeFilesLines
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-121-0/+1
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-091-1/+1
* make all objects used with atomic operations volatileRich Felker2015-03-031-1/+1
* ditch the priority inheritance locks; use malloc's version of lockRich Felker2012-04-241-5/+5
* use weak aliases rather than function pointers to simplify some codeRich Felker2011-08-061-2/+2
* add pthread_atfork interfaceRich Felker2011-02-181-0/+48