Home
last modified time | relevance | path

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

/system/core/adb/daemon/
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 __anon9d4e575d0111::Subprocess
878 if (!Subprocess::StartThread(std::move(subprocess), &error)) { in StartSubprocess()
911 if (!Subprocess::StartThread(std::move(subprocess), &error)) { in StartCommandInProcess()