ZakiMaksyutov
Programmer
Hi!
I use WaitForSingleObject and ReleaseMutex in one program.
Often one function do WaitForSingleObject, then call another function which also do WaitForSingleObject. I output to file when I catch object and release them. But also I would like to output counters for these objects (how many times I done WaitForSingleObjects minus ReleaseMutex). Is there any API function which can say me this?
Thanks for any answer.
I use WaitForSingleObject and ReleaseMutex in one program.
Often one function do WaitForSingleObject, then call another function which also do WaitForSingleObject. I output to file when I catch object and release them. But also I would like to output counters for these objects (how many times I done WaitForSingleObjects minus ReleaseMutex). Is there any API function which can say me this?
Thanks for any answer.