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
Fix _Guarded_by_ annotations for m_utilityVm and m_runningInstances
Update SAL annotations from m_instanceLock to m_callbackLock to match
actual locking: mutations are guarded by m_instanceLock, but callback
reads are guarded by m_callbackLock (shared_mutex).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments