In Windows, is there a tool to monitor the status of process synchronisation objects? ie.
Better yet, to log which thread did what, eg. "thread #5421 Signal Event - testevt"
Memory Validator
Process Explorer
Handle usage: handle -s ==> Print count of each type of handle open.
[EDIT]:
How to monitor the status of process synchronization objects using Process Explorer.
Open Process Explorer
Show Lower Pane
(or press Ctrl+L
). This will show all synchronization objects. (for ex: myEvent)This brings the details of the synchronization object.
In the Details
tab, you can see
Event Info
(if synch object is event): Gives information about the
state (whether the synchronization object is signaled)
Semaphore info
(if synch object is semaphore):
Provides the count of the semaphore.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With