Tech Tutorials Database
GeekArticles Programming C++
 

Terminate a hanging thread

 
Author: codeproject.com
Category: C++
Comments (0)

The right thing to do in this case is attach a debugger to determine the underlying cause of the the deadlock. This solution ignores the fact that the thread being terminated might have an exclusive lock on other critical resources (e.g., the OS loader lock or any application defined...

Read More...




Sponsored Links




Read Next: IDisposable, Finalizer, and SuppressFinalize in C# and C++/CLI



 

 

Comments



Post Your Comment:

Your Name:*
e-mail ID:(required for notification)*
Image Verification: 
 
 Subscribe