Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2017-10-06 19:53:11 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2017-10-06 19:58:54 +0300
commit42595014a15b7fc3be91c241d68841e22118f661 (patch)
treec50b624a326cc7aba793b229c0c60b8939e8e2a8 /doc
parent34030bf3d4c3cb101aad897f99356289c171e56d (diff)
Fix issue with missing lock display.
This was caused by a logic error concerning a lock state when thread t1 was waiting for a lock, thread t2 released the lock and thread t1 didn't yet acquire a lock. High zoom level was needed. (Threads are performing Wait, Obtain, Release operations on locks.) t1 W |O R t2 WO R| --------------+----> t ↑ Problem In the region marked by the problem line the lock count was 0, which didn't trigger the appropriate code branch.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions