Skip to content
Snippets Groups Projects
user avatar
Guy Zana authored
given the scheduler state, wake() sometimes rescheduled the dispatcher thread
immidiately, and then it blocked on the mutex that is still held by the caller
of _callout_stop_safe_locked().

this patch does wake() outside of the lock to eliminated these spurious context
switches.
fb97aadf
History
Name Last commit Last update
..