Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |