Searched defs:threads (Results 1 – 2 of 2) sorted by relevance
149 int32 threads; in PyThread_exit_thread() local
299 ThreadJoiner(const std::vector<std::thread*> threads) : threads_(threads) {} in ThreadJoiner()