mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-21 03:15:38 +03:00
Mask signals during background thread creation.
This prevents signals from being inadvertently delivered to background threads.
This commit is contained in:
parent
d35c037e03
commit
37f3fa0941
2 changed files with 36 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue