1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-03 06:03:51 +00:00

Same thing for contended locks.

This commit is contained in:
Bartosz Taudul 2017-10-25 23:45:53 +02:00
parent 016048a761
commit f3bac060a6

View File

@ -2265,7 +2265,7 @@ int View::DrawLocks( uint64_t tid, bool hover, double pxns, const ImVec2& wpos,
nextState = State::Nothing;
break;
}
if( (*next)->waitList != (*vbegin)->waitList )
if( (*next)->waitList != (*vbegin)->waitList || (*next)->lockCount != (*vbegin)->lockCount )
{
break;
}