Searched defs:policy (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_event.cc551 * suspension policy.
554 JdwpSuspendPolicy policy = SP_NONE; local
557 if ((*match_list)->suspend_policy > policy) {
558 policy = (*match_list)->suspend_policy;
563 return policy;
/art/runtime/
H A Dthread.cc804 int policy; local
806 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->tlsPtr_.pthread_self, &policy, &sp),
808 os << " sched=" << policy << "/" << sp.sched_priority

Completed in 37 milliseconds