HomeSort by relevance Sort by last modified time
    Searched full:stdin_read_thread (Results 1 - 1 of 1) sorted by null

  /system/core/adb/
commandline.c 275 static void *stdin_read_thread(void *x) function
289 D("stdin_read_thread(): pre unix_read(fdi=%d,...)\n", fdi);
291 D("stdin_read_thread(): post unix_read(fdi=%d,...)\n", fdi);
348 adb_thread_create(&thr, stdin_read_thread, fds);
    [all...]

Completed in 90 milliseconds