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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -