Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unblock only GC signals in suspend_handler (TSan)
Issue #181 (bdwgc). * pthread_stop_world.c [!GC_OPENBSD_UTHREADS && !NACL && THREAD_SANITIZER] (GC_suspend_handler_inner): Replace pthread_sigmask(SIG_SETMASK) to pthread_sigmask(SIG_UNBLOCK) with the set with GC_sig_suspend and GC_sig_thr_restart signals.
- Loading branch information