c++ - CloseHandle on a Mutex, before ReleaseMutex - What happens? -


if call closehandle on mutex before thread has finished mutex, , hence, hasn't yet called releasemutex, expected behaviour?

the serious consequence thread that's waiting mutex getting unblocked. waitxxx call returns wait_abandoned. @ point idea call terminateprocess because have no idea hell happened.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -