use libc-internal malloc for pthread_atfork
[musl] / src / thread / pthread_atfork.c
2022-12-17 Rich Felkeruse libc-internal malloc for pthread_atfork
2022-11-12 Alexey Izbyshevpthread_atfork: fix return value on malloc failure
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2011-08-07 Rich Felkeruse weak aliases rather than function pointers to simpl...
2011-02-19 Rich Felkeradd pthread_atfork interface