Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enter busy state while destroying threads (#412)
The mThreadList lock is taken while doing a whole host of things, such as scanning, or signaling. If we don't enter the busy state, we could be paused while holding the lock to remove the thread, and this will deadlock the collection.
- Loading branch information