You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[L0] Maintain Lock of Queue while syncing the Last Command Event
- To avoid usecases where the LastcommandEvent could be updated in
another thread and a thread can be expecting the Queue Wait to include
this event, then hold the queue lock such that the last command event
remains unchanged during synchronization.
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
0 commit comments