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

  /external/autotest/client/tests/kvm/deps/
heartbeat_slu.py 151 is_daemon = True variable
180 is_daemon = False
202 run_server(host_address, host_port, is_daemon, file_server, queue_size, threshold, check_drift)
205 run_client(host_address, host_port, is_daemon, file_client, interval)
  /system/core/adb/
commandline.cpp 1453 int is_daemon = 0; local
    [all...]
  /art/runtime/
thread.cc 584 void Thread::CreateNativeThread(JNIEnv* env, jobject java_peer, size_t stack_size, bool is_daemon) {
623 Thread* child_thread = new Thread(is_daemon);
1218 bool is_daemon = false; local
    [all...]

Completed in 82 milliseconds