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

  /system/core/adb/
adb.h 265 int adb_main(int is_daemon, int server_port);
commandline.c 1129 int is_daemon = 0; local
    [all...]
adb.c     [all...]
  /art/runtime/
thread.h     [all...]
thread.cc 288 void Thread::CreateNativeThread(JNIEnv* env, jobject java_peer, size_t stack_size, bool is_daemon) {
309 Thread* child_thread = new Thread(is_daemon);
754 bool is_daemon = false; local
763 is_daemon = soa.DecodeField(WellKnownClasses::java_lang_Thread_daemon)
787 if (is_daemon) {
    [all...]

Completed in 76 milliseconds