Mask signals during background thread creation.
This prevents signals from being inadvertently delivered to background threads.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
# include <sys/uio.h>
|
||||
# endif
|
||||
# include <pthread.h>
|
||||
# include <signal.h>
|
||||
# ifdef JEMALLOC_OS_UNFAIR_LOCK
|
||||
# include <os/lock.h>
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user