Refactor more of thread creation into shared CoreLib partition (#46244)
authorJan Kotas <jkotas@microsoft.com>
Thu, 24 Dec 2020 08:01:22 +0000 (22:01 -1000)
committerGitHub <noreply@github.com>
Thu, 24 Dec 2020 08:01:22 +0000 (00:01 -0800)
commit833d3533988361e71e7af0391f0b8b3db10e72e4
tree4bd71a76fa20cea69e9b0cf045fc6dc9f7c4a24b
parentc5f3704cb1f98c9b133d547011241d1ee0b4694b
Refactor more of thread creation into shared CoreLib partition (#46244)
16 files changed:
src/coreclr/System.Private.CoreLib/src/System/Threading/Thread.CoreCLR.cs
src/coreclr/inc/switches.h
src/coreclr/vm/comsynchronizable.cpp
src/coreclr/vm/comsynchronizable.h
src/coreclr/vm/corelib.h
src/coreclr/vm/ecall.h
src/coreclr/vm/ecalllist.h
src/coreclr/vm/jithelpers.cpp
src/coreclr/vm/methodtable.cpp
src/coreclr/vm/object.h
src/coreclr/vm/threads.cpp
src/coreclr/vm/threads.h
src/libraries/System.Private.CoreLib/src/System/Threading/Thread.cs
src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj
src/mono/netcore/System.Private.CoreLib/src/System/Threading/Thread.Mono.cs
src/mono/netcore/System.Private.CoreLib/src/System/Threading/Thread.UnixOrWindows.Mono.cs [deleted file]