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

  /system/core/adb/
commandline.c 1125 int is_daemon = 0; local
    [all...]
  /art/runtime/
thread.cc 285 void Thread::CreateNativeThread(JNIEnv* env, jobject java_peer, size_t stack_size, bool is_daemon) {
306 Thread* child_thread = new Thread(is_daemon);
742 bool is_daemon = false; local
751 is_daemon = soa.DecodeField(WellKnownClasses::java_lang_Thread_daemon)
775 if (is_daemon) {
    [all...]

Completed in 65 milliseconds