Home | History | Annotate | Download | only in runtime

Lines Matching refs:thread_priority

436   jint thread_priority = GetNativePriority();
451 thread_group, thread_name.get(), thread_priority, thread_is_daemon);
468 InitPeer<true>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority);
470 InitPeer<false>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority);
482 jobject thread_name, jint thread_priority) {
490 SetInt<kTransactionActive>(tlsPtr_.opeer, thread_priority);