CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Igor Vartanov

Search: Search took 0.14 seconds.

  1. Re: WaitForSingleObject exit for timeout only, thread is not signaled

    Frankly, your sample is evidently artificial, and it's hard to say what exact scenario you do expect in a field. For example, I don't see any good in running the thread initially suspended and resume...
  2. Re: aitForSingleObject exit for timeout only, thread is not signaled

    Your problem is: thread does not actually unload on kernel level until dll process detach completed. See the sample when ThreadDestroy is called before freeing library - the thread exit gets detected...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured