about summary refs log tree commit diff
path: root/src/exit/at_quick_exit.c
Commit message (Expand)AuthorAgeFilesLines
* lift child restrictions after multi-threaded forkRich Felker2020-11-111-0/+2
* 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
* fix data race in at_quick_exitRich Felker2017-12-141-3/+4
* make all objects used with atomic operations volatileRich Felker2015-03-031-1/+1
* add c11 quick_exit and at_quick_exit functionsRich Felker2012-08-251-0/+29