Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround a hang in sigsuspend if compiled with Thread Sanitizer
Issue #181 (bdwgc). * pthread_stop_world.c [!GC_OPENBSD_UTHREADS && !NACL && THREAD_SANITIZER] (GC_suspend_handler_inner): Use sched_yield() instead of sigsuspend(&suspend_handler_mask); add TODO item.
- Loading branch information