locked
critical section block RRS feed

  • Question

  • can anyone please tell, maximum number of threads,that can wait before critical section block?

    Thanks in advance..

    Friday, October 19, 2012 5:31 AM

Answers

  • I do not think there is a limit on the number of threads that will block.

    If there was, then the whole purpose of a critical section is defeated.

    You can use TryEnterCriticalSection if you do not want to block on a critical section.


    «_Superman_»
    Microsoft MVP (Visual C++)

    Polymorphism in C


    Friday, October 19, 2012 6:17 AM

All replies