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

  /system/core/adb/
test_adb.py 108 stdout_thread = threading.Thread(
111 stdout_thread.daemon = True
112 stdout_thread.start()
adb.cpp 758 unique_handle stdout_thread(reinterpret_cast<HANDLE>(
761 if (stdout_thread.get() == nullptr) {
810 const HANDLE threads[] = { stdout_thread.get(), stderr_thread.get() };
    [all...]
  /system/extras/pagecache/
pagecache.py 290 stdout_thread = FileReaderThread(stdout, stdout_queue,
294 stdout_thread.start()
314 while (stdout_thread.isAlive() or stderr_thread.isAlive() or
343 stdout_thread.join()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]

Completed in 76 milliseconds