mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 14:03:52 +00:00
Same thing for contended locks.
This commit is contained in:
parent
016048a761
commit
f3bac060a6
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user