DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
CriticalSection.h File Reference

Provides a re-entrant mutual exclusion primitive for thread synchronization. More...

#include "Common.h"
#include "System/Object.h"

Go to the source code of this file.

Classes

class  DotNetDupe::System::Threading::CriticalSection
 Provides a re-entrant mutual exclusion primitive for thread synchronization. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System
namespace  DotNetDupe::System::Threading

Detailed Description

Provides a re-entrant mutual exclusion primitive for thread synchronization.

Standard Citation: Win32 CRITICAL_SECTION, POSIX pthread_mutex_t (PTHREAD_MUTEX_RECURSIVE).

Definition in file CriticalSection.h.