forked from FreeRTOS/FreeRTOS-Kernel
-
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.
fix(freertos-smp): Added check for empty pxEventList in xTaskRemoveFr…
…omEventList() In SMP, a task running on the other core or an ISR can remove a task from the event list. There could be situation wherein a task contesting for the kernel lock may try to remove a task from the event list which has been emptied out by another task or ISR.
- Loading branch information
1 parent
b54f3c4
commit fa413a3
Showing
1 changed file
with
20 additions
and
5 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