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

/art/runtime/jdwp/
H A Djdwp_event.cc475 * suspension policy.
478 JdwpSuspendPolicy policy = SP_NONE; local
481 if ((*match_list)->suspend_policy > policy) {
482 policy = (*match_list)->suspend_policy;
487 return policy;
/art/runtime/
H A Dthread.cc740 int policy; local
742 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->pthread_self_, &policy, &sp), __FUNCTION__);
743 os << " sched=" << policy << "/" << sp.sched_priority

Completed in 49 milliseconds