Skip to content

Commit

Permalink
Merge pull request dotnet/coreclr#10593 from dotnet/standaloneservergc
Browse files Browse the repository at this point in the history
Enable StandAloneGC and Server GC

Commit migrated from dotnet/coreclr@f05f934
  • Loading branch information
jeffschwMSFT authored Mar 30, 2017
2 parents c78a429 + f1658a0 commit 558d0e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/coreclr/src/gc/windows/gcenv.windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,9 @@ bool GCToOSInterface::CreateThread(GCThreadFunction function, void* param, GCThr
::SetThreadAffinityMask(gc_thread, (DWORD_PTR)1 << affinity->Processor);
}

ResumeThread(gc_thread);
CloseHandle(gc_thread);

return true;
}

Expand Down

0 comments on commit 558d0e7

Please sign in to comment.