Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DHeap.cpp731 bool waited = gDvm.gcHeap->gcRunning; in dvmWaitForConcurrentGcToComplete() local
745 return waited; in dvmWaitForConcurrentGcToComplete()
DHeapSource.cpp1557 bool waited = dvmWaitForConcurrentGcToComplete(); in dvmHeapSourceRegisterNativeAllocation() local
1559 if (waited) { in dvmHeapSourceRegisterNativeAllocation()
/dalvik/vm/jdwp/
DJdwpEvent.cpp656 bool waited = false; in dvmJdwpSetWaitForEventThread() local
668 waited = true; in dvmJdwpSetWaitForEventThread()
672 if (waited || threadId != 0) in dvmJdwpSetWaitForEventThread()