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

Search:

Type: Posts; User: OReubens

Search: Search took 0.63 seconds.

  1. Re: Confused about the usage of Critical Section ..

    This isn't entirely correct.

    The big difference between the two is that a mutex is a waitable sync object (can be used in a WaitForSingleObject(Ex) or WaitForMultipleObjects(Ex) or one of the...
  2. Re: Confused about the usage of Critical Section ..

    1) use [code ] markup when posting code
    2) you're not using it right, you're multiple locking the same critical section. While that is technically allowed, in this particular case, it shows signs...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured