HomeSort by relevance Sort by last modified time
    Searched refs:thread_is_daemon (Results 1 - 2 of 2) sorted by null

  /art/runtime/
thread.cc 437 jboolean thread_is_daemon = as_daemon; local
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);
481 void Thread::InitPeer(ScopedObjectAccess& soa, jboolean thread_is_daemon, jobject thread_group,
484 SetBoolean<kTransactionActive>(tlsPtr_.opeer, thread_is_daemon);
    [all...]
thread.h 865 void InitPeer(ScopedObjectAccess& soa, jboolean thread_is_daemon, jobject thread_group,
    [all...]

Completed in 41 milliseconds