|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "System/Threading/Mutex.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 <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::OpenOrCreateWin32Mutex (const std::wstring &wsName, bool bInitiallyOwned, bool openAlways, bool &bCreatedNew) |
Variables | |
| static bool | DotNetDupe::System::Threading::s_mutexDummyCreatedNew = false |