DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
EventWaitHandle.cpp File Reference
#include "pch.h"
#include "System/Threading/EventWaitHandle.h"
#include "System/Threading/WaitHandleCannotBeOpenedException.h"
#include "System/TimeoutException.h"
#include "System/UnauthorizedAccessException.h"
#include "System/Char.h"
#include "System/Utils/StringConvert.h"
#include "System/SmartPointer.h"
#include <chrono>
#include <mutex>
#include <condition_variable>
#include <windows.h>

Go to the source code of this file.

Namespaces

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

Functions

static HANDLE DotNetDupe::System::Threading::OpenOrCreateWin32Event (const std::wstring &wsName, bool manualReset, bool initialState, bool openAlways, bool &bCreatedNew)
static bool DotNetDupe::System::Threading::WaitForEventCv (EventWaitHandle::Impl *pImpl, bool &bState, bool bManualReset)
static bool DotNetDupe::System::Threading::WaitForEventCv (EventWaitHandle::Impl *pImpl, bool &bState, bool bManualReset, int msTimeout)

Variables

static bool DotNetDupe::System::Threading::s_dummyCreatedNew = false