Home | History | Annotate | Download | only in runtime

Lines Matching defs:thread_priority

822   jint thread_priority = GetNativePriority();
837 thread_group, thread_name.get(), thread_priority, thread_is_daemon);
856 InitPeer<true>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority);
858 InitPeer<false>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority);
870 jobject thread_name, jint thread_priority) {
878 SetInt<kTransactionActive>(tlsPtr_.opeer, thread_priority);