Sometimes I get a mutex deadlock(since I'm doing multithreading using Mutexes) when I brute force my c++ console application(win32) to exit by pressing the cross at the application's window toolbar, but not when I'm closing the application via the Windows Task Manager. I have to mention that it's all fine when I close the application using my built in exit command in the program which is exiting all the threads I've started. Can I do anything to prevent a deadlock when I'm closing the program using the "brute force" method?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|