Network, Computer and Programming Resources
C++ - Critical section
A segment of code that is not reentrant; that is, the code segment does not support concurrent access by multiple threads. Often, a critical section is used to protect shared resources.