Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/
H A Ddebuggerd.cpp44 static std::thread spawn_redirect_thread(unique_fd fd) { in spawn_redirect_thread() function
105 std::thread redirect_thread = spawn_redirect_thread(std::move(piperead)); in main()