Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SCHED0021: decrease chances of a race condition
Decrease the chance that the monitor thread is preempted just when it has released the preemption threads, but before it has yielded itself. (If that happens, the preemption threads get two time slices.) See also #42 Signed-off-by: Gerwin Klein <[email protected]>
- Loading branch information