Home
last modified time | relevance | path

Searched refs:SafeToRestartManagedThreads (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcimpl.h246 static bool SafeToRestartManagedThreads() in SafeToRestartManagedThreads() function
H A Dgc.cpp5338 while (!gc_heap::internal_gc_done && !GCHeap::SafeToRestartManagedThreads()) in gc_thread_function()
5340 …spin_and_switch (spin_count, (gc_heap::internal_gc_done || GCHeap::SafeToRestartManagedThreads())); in gc_thread_function()