Searched refs:Heap_lockdepth (Results 1 – 5 of 5) sorted by relevance
76 static INT16 Heap_lockdepth; variable122 Heap_lockdepth += 1; in Heap_Lock()127 Heap_lockdepth -= 1; in Heap_Unlock()128 if ((Heap_interrupted && Heap_lockdepth == 0)) { in Heap_Unlock()668 if (Heap_lockdepth == 0 || (Heap_lockdepth == 1 && !markStack)) { in Heap_GC()759 Heap_lockdepth = 0; in Heap_InitHeap()