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

/art/runtime/
H A Dthread.cc898 jboolean thread_is_daemon = as_daemon; local
912 thread_group, thread_name.get(), thread_priority, thread_is_daemon);
933 thread_is_daemon,
940 thread_is_daemon,
970 jboolean thread_is_daemon = as_daemon; local
988 thread_is_daemon,
995 thread_is_daemon,
1007 jboolean thread_is_daemon,
1012 SetBoolean<kTransactionActive>(peer, thread_is_daemon);
1005 InitPeer(ScopedObjectAccessAlreadyRunnable& soa, ObjPtr<mirror::Object> peer, jboolean thread_is_daemon, jobject thread_group, jobject thread_name, jint thread_priority) argument

Completed in 32 milliseconds