Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-10 | Fix warning | Samuel Thibault | |
* sysdeps/generic/pt-atfork.c: Include <fork.h> | |||
2016-09-11 | Add dso_handle parameter to __register_atfork | Samuel Thibault | |
* forward.c (struct atfork): Add dso_handle field. (__register_atfork): Add dso_handle parameter. Store it it dso_handle field. * sysdeps/generic/pt-atfork.c (__dso_handle): New variable. (pthread_atfork): Pass address of __dso_handle to __register_atfork. | |||
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 | |