Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgc.cpp10116 gc_heap* wait_heap = NULL; in wait_for_gc_done() local
10120 wait_heap = GCHeap::GetHeap(heap_select::select_heap(NULL, 0))->pGenGCHeap; in wait_for_gc_done()
10121 dprintf(2, ("waiting for the gc_done_event on heap %d", wait_heap->heap_number)); in wait_for_gc_done()
10125 PREFIX_ASSUME(wait_heap != NULL); in wait_for_gc_done()
10128 dwWaitResult = wait_heap->gc_done_event.Wait(timeOut, FALSE); in wait_for_gc_done()