1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-30 04:43:53 +00:00
This commit is contained in:
Bartosz Taudul 2019-05-12 15:59:53 +02:00
parent 63066cf6a5
commit a714cd4369

View File

@ -141,7 +141,7 @@ static void UpdateLockCountSharedLockable( LockMap& lockmap, size_t pos )
const auto end = timeline.size(); const auto end = timeline.size();
// ObtainShared and ReleaseShared should assert on lockCount == 0, but // ObtainShared and ReleaseShared should assert on lockCount == 0, but
// due to the async retrieval of data from threads that not possible. // due to the async retrieval of data from threads that's not possible.
while( pos != end ) while( pos != end )
{ {
auto& tl = timeline[pos]; auto& tl = timeline[pos];