Android-cuttlefish cvd tool
|
Classes | |
class | ThreadTracer |
Functions | |
ThreadTracer & | GetThreadTracer () |
std::string | GetName (const std::thread::id tid) |
std::optional< std::thread::id > | GetId (const std::string &name) |
void | Set (const std::string &name, const std::thread::id tid) |
template<typename F , typename... Args> | |
std::thread | RunThread (const std::string &name, F &&f, Args &&... args) |
std::optional< std::thread::id > cuttlefish::confui::thread::GetId | ( | const std::string & | name | ) |
std::string cuttlefish::confui::thread::GetName | ( | const std::thread::id | tid | ) |
ThreadTracer & cuttlefish::confui::thread::GetThreadTracer | ( | ) |
std::thread cuttlefish::confui::thread::RunThread | ( | const std::string & | name, |
F && | f, | ||
Args &&... | args | ||
) |
void cuttlefish::confui::thread::Set | ( | const std::string & | name, |
const std::thread::id | tid | ||
) |