Nullable: WaitHandles (dotnet/coreclr#23604)
authorStephen Toub <stoub@microsoft.com>
Tue, 2 Apr 2019 02:55:10 +0000 (22:55 -0400)
committerGitHub <noreply@github.com>
Tue, 2 Apr 2019 02:55:10 +0000 (22:55 -0400)
commite6406884fec0ecf2eb08d3dfe695109596cb7772
tree2f57b8367eea38caaf27d42c9b4630a183194333
parenta369cdbdf0aa3002cdbfc799d638b2788a5601ac
Nullable: WaitHandles (dotnet/coreclr#23604)

Commit migrated from https://github.com/dotnet/coreclr/commit/2f4981fdeff5b9258bb8a873fe3d47f9d37b5c4c
15 files changed:
src/coreclr/src/System.Private.CoreLib/src/System/Threading/ThreadPool.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Threading/WaitHandle.CoreCLR.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.EventWaitHandle.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.Mutex.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.Semaphore.cs
src/libraries/System.Private.CoreLib/src/System/IO/Win32Marshal.cs
src/libraries/System.Private.CoreLib/src/System/Threading/AutoResetEvent.cs
src/libraries/System.Private.CoreLib/src/System/Threading/EventWaitHandle.Windows.cs
src/libraries/System.Private.CoreLib/src/System/Threading/EventWaitHandle.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ManualResetEvent.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Mutex.Windows.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Mutex.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Semaphore.Windows.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Semaphore.cs
src/libraries/System.Private.CoreLib/src/System/Threading/WaitHandle.cs