Thread wait time

Hi All,

I am doing a user mode hang dump analysis and want to find out how long a waiting on a object. In dump few threads are waiting on specific object, I want find out how long these threads are waiting. Is there any way to find out thread wait time?

Thanks,
Anil

All these threads are waiting on critical section.

–Anil