Please enable JavaScript to view this site.

Thread Validator Help

The Analysis tab contains four different sub tabs, each providing a different ability to query threading data that isn't necessarily about Critical Sections or Waits (you can query those as well).

 

 

 analysisTab

 

 

Query

 

The ability to query to find synchronization objects by address, object type, function (class and method), source file, module and thread.

 

 

Coverage

 

Code coverage for synchronization primitives - are your tests hitting all the right places to test your thread synchronization?

 

 

Active Objects

 

All the synchronization objects and waitable handles allocated by the application, including callstack and additional data about each handle.

 

 

Object Handles

 

All the synchronization objects allocated by the application.