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

Provides condition variable synchronization primitive for thread coordination. More...

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

Go to the source code of this file.

Classes

class  DotNetDupe::System::Threading::ConditionVariable
 Provides a synchronization primitive that can be used to block a thread, or multiple threads, until another thread modifies a shared variable and notifies the ConditionVariable. More...

Namespaces

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

Detailed Description

Provides condition variable synchronization primitive for thread coordination.

Standard Citation: POSIX.1-2001 pthread_cond_t, ISO/IEC 14882 C++11 std::condition_variable.

Definition in file ConditionVariable.h.