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
We don't record accesses in single-threaded mode for race detection at all (they don't even show with allglobs) to avoid overhead on single-threaded programs. However, thread-unsafe library function calls do get recorded in single-threaded mode, but there's no need to do that either.
We don't record accesses in single-threaded mode for race detection at all (they don't even show with
allglobs
) to avoid overhead on single-threaded programs. However, thread-unsafe library function calls do get recorded in single-threaded mode, but there's no need to do that either.There should be no race summary printed for this program at all.
The text was updated successfully, but these errors were encountered: