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
Although TSan excludes accesses from within these functions from racing, they aren't executed atomically (with the special atomic mutex held). This allows them to be interleaved, causing spurious races, e.g. with value-based mutex modeling.