Moved EventWaitHandle.cs to shared (#18612)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Sat, 23 Jun 2018 04:12:42 +0000 (21:12 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sat, 23 Jun 2018 04:12:42 +0000 (21:12 -0700)
commit2018d7875ccc01724a4a5c157b2a2bbe15e1a043
treef1350f1c5761637cd577911803ca1e8af08fe533
parent328a2bdc754895bb2204f5daa4d8fa4529bc9dc4
Moved EventWaitHandle.cs to shared (#18612)

* Removed AccessControl Unused arguments

* moving common code to CreateEventCore and using constructor chaining

* Moving Functions to eventwaithandles.windows

* EventWaitHandle matched with corert

* eventwaithandle.windwos matched with corert

* Addding interop functions

* moved files to shared

* Minor changes

* fixing build for corert unix

* Removing Comment
src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.Constants.cs
src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.EventWaitHandle.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/Threading/EventWaitHandle.Windows.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System/Threading/EventWaitHandle.cs [new file with mode: 0644]
src/System.Private.CoreLib/src/Microsoft/Win32/Win32Native.cs
src/System.Private.CoreLib/src/System/Threading/EventWaitHandle.cs [deleted file]
src/System.Private.CoreLib/src/System/Threading/Timer.cs
src/System.Private.CoreLib/src/System/Threading/WaitHandle.cs