mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
f43a5fc63a
A call to ConsumeCoverageData() can observe zero incremental coverage immediately after a concurrent call to ConsumeCoverageData() unlocks coverageMu if sync.Mutex.Lock/Unlock are excluded from coverage instrumentation. PiperOrigin-RevId: 549119637