Searched defs:Thread (Results 1 – 3 of 3) sorted by relevance
164 using Thread = std::thread; variable
222 using Thread = WindowsThread; variable
469 void RunThreads(std::vector<port::Thread>* /*threads*/, uint64_t* bytes_written, in RunThreads()