Moved Mutex.cs From src to shared (#18320)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Fri, 8 Jun 2018 21:51:10 +0000 (14:51 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 8 Jun 2018 21:51:10 +0000 (14:51 -0700)
commit65fc6e978fc21a05878b59ffc016613d9e34bcf6
tree0ad5b3aedb27e6f866e300bf2bdc56a331e1b4aa
parent960360f0f5cb0476172d29dcd8074dcc2833e8fa
Moved Mutex.cs From src to shared (#18320)

* Moved Mutex.cs to shared

* Reduced #ifdef in mutex.cs

* Moved windows specific Implementation and renamed mincore to kernal32

* safeWaitHandle changed to _waitHandle

* moved using statement out of buffer namespace
src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.Constants.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.Mutex.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/Threading/Mutex.Windows.cs [moved from src/System.Private.CoreLib/src/System/Threading/Mutex.cs with 62% similarity]
src/System.Private.CoreLib/shared/System/Threading/Mutex.cs [new file with mode: 0644]
src/System.Private.CoreLib/src/Microsoft/Win32/Win32Native.cs
src/System.Private.CoreLib/src/System/Buffer.cs
src/System.Private.CoreLib/src/System/Threading/EventWaitHandle.cs
src/System.Private.CoreLib/src/System/Threading/WaitHandle.cs
src/vm/mscorlib.h