Searched refs:policy (Results 1 – 4 of 4) sorted by relevance
225 const char* dvmJdwpSuspendPolicyStr(JdwpSuspendPolicy policy) in dvmJdwpSuspendPolicyStr() argument227 switch (policy) { in dvmJdwpSuspendPolicyStr()
176 const char* dvmJdwpSuspendPolicyStr(JdwpSuspendPolicy policy);
563 JdwpSuspendPolicy policy = SP_NONE; in scanSuspendPolicy() local566 if ((*matchList)->suspendPolicy > policy) in scanSuspendPolicy()567 policy = (*matchList)->suspendPolicy; in scanSuspendPolicy()571 return policy; in scanSuspendPolicy()
3246 int policy; member3256 if (pthread_getschedparam(pthread_self(), &stats->policy, &sp) != 0) { in getSchedulerStats()3258 stats->policy = -1; in getSchedulerStats()3343 schedStats.policy, schedStats.priority, schedStats.group, (int)thread->handle); in dvmDumpThreadEx()3408 schedStats.policy, schedStats.priority, schedStats.group); in dumpNativeThread()