|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "System/Threading/Thread.h"#include "System/TimeoutException.h"#include "System/UnknownException.h"#include "System/SmartPointer.h"#include <chrono>#include <memory>#include <thread>#include <atomic>#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 void | DotNetDupe::System::Threading::SafelyJoinOrDetach (const std::unique_ptr< std::thread > &pThread) |
Variables | |
| static SmartPointer< Thread > | DotNetDupe::System::Threading::s_pCurrentThreadStorage (nullptr) |