Searched refs:dvmIsOnThreadList (Results 1 – 3 of 3) sorted by relevance
560 bool dvmIsOnThreadList(const Thread* thread);
3100 bool dvmIsOnThreadList(const Thread* thread) in dvmIsOnThreadList() function
284 if (dvmIsOnThreadList(self) && !self->throwingOOME) { in throwOOME()