Home
last modified time | relevance | path

Searched refs:stdin_read_thread_loop (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/packages/modules/adb/client/
Dcommandline.cpp488 static void stdin_read_thread_loop(void* x) { in stdin_read_thread_loop() function
684 std::thread(stdin_read_thread_loop, args).detach(); in RemoteShell()