forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel/sched: refactor _get_first_thread_to_unpend()
Modify _get_first_thread_to_unpend() so that it does not remove the thread from the wait queue. Rename it to _find_first_thread_to_unpend() to match the new behaviour. This will be needed to fix a semaphore group bug. Change-Id: I1b7531c3beecf3b6a86ecf88a93a02449edd0767 Signed-off-by: Benjamin Walsh <[email protected]>
- Loading branch information
Showing
1 changed file
with
20 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters