Skip to content
Commit 92a9d878 authored by Jim Quigley's avatar Jim Quigley Committed by Chris Kay
Browse files

fwk: Race condition in single-threaded mode



The main thread loop is checking the ISR event queue
for fwk_slist_is_empty(). The queue is being updated by an
ISR while it is being checked leading to an inconsistent
state.

Change-Id: Ice57ee96c6a91fdcb1e45be3a964c0dae6ed401c
Signed-off-by: default avatarJim Quigley <jim.quigley@arm.com>
parent cfbaa6a3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment