Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/daemon/
H A Dshell_service.cpp180 static bool StartThread(std::unique_ptr<Subprocess> subprocess,
502 bool Subprocess::StartThread(std::unique_ptr<Subprocess> subprocess, std::string* error) { in StartThread() function in __anon6c5891130110::Subprocess
878 if (!Subprocess::StartThread(std::move(subprocess), &error)) { in StartSubprocess()
911 if (!Subprocess::StartThread(std::move(subprocess), &error)) { in StartCommandInProcess()