Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xous: thread_parking: fix logic on wakeup race
When waking up a thread and there's a race condition, the logic may be inverted. Or the thread may time out, in which case there is no thread to wake up. Signed-off-by: Sean Cross <[email protected]>
- Loading branch information