Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-12-17 | use libc-internal malloc for pthread_atfork | Rich Felker | 1 | -0/+5 |
2022-11-12 | pthread_atfork: fix return value on malloc failure | Alexey Izbyshev | 1 | -1/+2 |
2018-09-12 | split internal lock API out of libc.h, creating lock.h | Rich Felker | 1 | -0/+1 |
2018-01-09 | revise the definition of multiple basic locks in the code | Jens Gustedt | 1 | -1/+1 |
2015-03-03 | make all objects used with atomic operations volatile | Rich Felker | 1 | -1/+1 |
2012-04-24 | ditch the priority inheritance locks; use malloc's version of lock | Rich Felker | 1 | -5/+5 |
2011-08-06 | use weak aliases rather than function pointers to simplify some code | Rich Felker | 1 | -2/+2 |
2011-02-18 | add pthread_atfork interface | Rich Felker | 1 | -0/+48 |