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
CleanupEventListFromResetCmdList sets the event as completed under
mutex.
Then releases the mutex and calls CleanupCompletedEvent.
In this method the same mutex is taken again.
This causes that we take the same mutex twice for every event in
CleanupEventListFromResetCmdList.
This change adds paramter to CleanupCompletedEvent and moves the code
from CleanupEventListFromResetCmdList to CleanupCompletedEvent, which
avoids taking the same mutex twice.
Signed-off-by: mmrozek <[email protected]>
Signed-off-by: mmrozek <[email protected]>
0 commit comments