Nebula
|
#include <criticalsection.h>
Critical section objects are used to protect a portion of code from parallel execution.
Define a static critical section object and use its Enter() and Leave() methods to protect critical sections of your code.