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