Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proc: Fix race condition when there are many reapers
Use broadcast instead of plain wakeup to make sure no reaper is left waiting, even though it's thread already ended, or there're no threads to reap anymore. JIRA: RTOS-762
- Loading branch information