Home | History | Annotate | Download | only in runtime

Lines Matching refs:thread_is_daemon

425 thread_is_daemon = as_daemon;
439 thread_group, thread_name.get(), thread_priority, thread_is_daemon);
456 InitPeer<true>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority);
458 InitPeer<false>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority);
469 void Thread::InitPeer(ScopedObjectAccess& soa, jboolean thread_is_daemon, jobject thread_group,
472 SetBoolean<kTransactionActive>(tlsPtr_.opeer, thread_is_daemon);