summaryrefslogtreecommitdiff
path: root/src/exit/at_quick_exit.c
AgeCommit message (Expand)AuthorLines
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker-0/+1
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt-1/+1
2017-12-14fix data race in at_quick_exitRich Felker-3/+4
2015-03-03make all objects used with atomic operations volatileRich Felker-1/+1
2012-08-25add c11 quick_exit and at_quick_exit functionsRich Felker-0/+29