Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-21 | Add pthread_atfork support | Samuel Thibault | |
* Versions (libc): Add __register_atfork with GLIBC_PRIVATE version. * forward.c: Include <errno.h> (atfork): New structure. (atfork_lock): New mutex. (fork_handlers, fork_last_handler): New variables. (atfork_pthread_prepare, atfork_pthread_parent, atfork_pthread_child): New atfork hooks (__register_atfork): New function. * sysdeps/generic/pt-atfork.c (pthread_atfork): Call __register_atfork. | |||
2002-10-10 | Import libpthread. | Neal H. Walfield | |