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

Provides atomic operations for variables that are shared by multiple threads. More...

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

Go to the source code of this file.

Classes

class  DotNetDupe::System::Threading::Interlocked< T >
 Provides atomic operations for variables that are shared by multiple threads. More...
class  DotNetDupe::System::Threading::InterlockedInternal
 Internal helper exposing platform-specific atomic intrinsic primitives. More...

Namespaces

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

Detailed Description

Provides atomic operations for variables that are shared by multiple threads.

Standard Citation: ECMA-335 CLI Common Language Infrastructure.

Definition in file Interlocked.h.