Process shared mutex

What happens if process A acquired a process shared mutex and then
abnormally terminated(the mutex was not unlocked), will the Neutrino
kernel
unlock this process shared mutex?

Take a look at the SyncMutexEvent and SyncMutexRevive calls. They let you
handle this kind of problem.

-Peter

cateyes5612 <piyobean@sbcglobal.net> wrote:

What happens if process A acquired a process shared mutex and then
abnormally terminated(the mutex was not unlocked), will the Neutrino
kernel
unlock this process shared mutex?