Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h495 ALWAYS_INLINE bool TryTransitionFromSuspendedToRunnable() in TryTransitionFromSuspendedToRunnable() function
/art/runtime/gc/
Dheap.cc1683 if (LIKELY(self->TryTransitionFromSuspendedToRunnable())) { in StartGCRunnable()