Removed length restrictions on named synchronization primitives lengths on Windows...
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Mon, 11 Jun 2018 14:29:58 +0000 (07:29 -0700)
committerJan Kotas <jkotas@microsoft.com>
Mon, 11 Jun 2018 14:29:58 +0000 (07:29 -0700)
commit2d1828b78fc9b3cbecf879c1dff2112d6a6ed9aa
treef28c279c6b3439f6f42e04380cb628fd07d8f477
parent8cc9d161697161bb5ce550f6336c86fff5559b26
Removed length restrictions on named synchronization primitives lengths on Windows (dotnet/coreclr#18402)

* Removed Path Length check

* waitHandleNameMax removed

Commit migrated from https://github.com/dotnet/coreclr/commit/422b0e81797d5428812c6ef825e22565e2dc63f3
src/coreclr/src/System.Private.CoreLib/Resources/Strings.resx
src/coreclr/src/System.Private.CoreLib/src/System/Threading/EventWaitHandle.cs
src/coreclr/src/System.Private.CoreLib/src/System/Threading/Semaphore.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Mutex.Windows.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Mutex.cs