Searched defs:SimpleThread (Results 1 – 12 of 12) sorted by relevance
39 private class SimpleThread extends Thread { class in EventDebuggee41 public SimpleThread () { in SimpleThread() method in EventDebuggee.SimpleThread
18 SimpleThread::SimpleThread(const std::string& name) in SimpleThread() function in base::SimpleThread21 SimpleThread::SimpleThread(const std::string& name, const Options& options) in SimpleThread() function in base::SimpleThread
505 class SimpleThread; variable
14 SimpleThread::SimpleThread(const std::string& name_prefix) in SimpleThread() function in base::SimpleThread17 SimpleThread::SimpleThread(const std::string& name_prefix, in SimpleThread() function in base::SimpleThread
151 class SimpleThread; variable472 friend class SimpleThread; variable
17 SimpleThread::SimpleThread() { in SimpleThread() function in SimpleThread
3028 TEST(MemorySanitizer, SimpleThread) { in TEST() argument