glibc/sysdeps/nptl
Florian Weimer 56290d6e76 Increase fork signal safety for single-threaded processes [BZ #19703]
This provides a band-aid and addresses the scenario where fork is
called from a signal handler while the process is in the malloc
subsystem (or has acquired the libio list lock).  It does not
address the general issue of async-signal-safety of fork;
multi-threaded processes are not covered, and some glibc
subsystems have fork handlers which are not async-signal-safe.
2016-05-12 15:26:55 +02:00
..
sys
aio_misc.h
allocrtsig.c
fork.c Increase fork signal safety for single-threaded processes [BZ #19703] 2016-05-12 15:26:55 +02:00
fork.h
futex-internal.h
gai_misc.h
Implies
internaltypes.h
jmp-unwind.c
libc-lock.h
libc-lockP.h
librt-cancellation.c
lowlevellock-futex.h
lowlevellock.h
Makeconfig
Makefile
malloc-machine.h
nptl-signals.h
pthread-functions.h
pthread.h
setxid.h
shm-directory.h
sigfillset.c
stdio-lock.h
Subdirs
tcb-offsets.h
tst-mqueue8x.c
unwind-forcedunwind.c