
Thread Validator - Wait Chains
The wait chain view shows information about each wait chain in the target application.
A wait chain is the list of synchronisation objects that are waiting on each other.
Information about each thread is shown alongside information for each wait chain so that you can see a given thread's activity (context switches, wait status, wait reason etc).
Each entry is colour coded to indicate wait status changes and deadlock conditions.
Selecting a row will highlight related rows in yellow.
In the image above the three threads t3pA, t3PB, t3pC are related because they are all involved in a deadlock.