summaryrefslogtreecommitdiff
path: root/src/vm/finalizerthread.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-7/+0
2017-09-19Move initialization of YieldProcessorNormalized to the finalizer thread (#14058)Koundinya Veluri1-0/+2
2017-08-14Added SetThreadDescription to set the unmanaged thread name (#12593)Alois-xx1-1/+1
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-3/+3
2017-03-27Add heuristic to trigger GC to finalize dead threads and clean up han… (#10...Koundinya Veluri1-0/+2
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park1-1/+1
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-184/+102
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-45/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-2/+0
2017-01-23[Local GC] Add three finalization-related operations to GCToEEInterface (#9029)Sean Gillespie1-3/+4
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-14/+14
2016-06-20Fix GC background thread start in OOM (#5840)Jan Vorlicek1-17/+8
2016-06-07Disable HeapDump on Linux if FEATURE_EVENT_TRACE is not set (#5550)Jonghyun Park1-6/+6
2016-06-01Squashed commit of the following:David Mason1-1/+49
2016-04-21Remove GOLDEN macro. (#4484)Aditya Mandaleeka1-5/+2
2016-03-08Fix Unix exception handling in finalizersJan Vorlicek1-0/+3
2016-02-02Expose COMPlus_FinalizeOnShutdown in retail buildsKoundinya Veluri1-10/+2
2016-01-27Merge pull request #2885 from dotnet-bot/from-tfsJan Kotas1-16/+34
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-27Don't run finalizers on shutdown, provide Unloading eventdotnet-bot1-16/+34
2015-12-08Revert "Disable suspend on shutdown during shutdown finalization"Koundinya Veluri1-6/+0
2015-12-08Disable suspend on shutdown during shutdown finalizationKoundinya Veluri1-0/+6
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1448