Searched refs:pSavedThreadPrio (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DThread.h503 int dvmRaiseThreadPriorityIfNeeded(Thread* thread, int* pSavedThreadPrio,
H A DThread.c2522 int dvmRaiseThreadPriorityIfNeeded(Thread* thread, int* pSavedThreadPrio, argument
2526 *pSavedThreadPrio = getpriority(PRIO_PROCESS, thread->systemTid);
2557 if (*pSavedThreadPrio > 0) {
2565 thread->systemTid, *pSavedThreadPrio, kHigher);

Completed in 27 milliseconds