Searched defs:threads (Results 1 – 5 of 5) sorted by relevance
32 BinderService::BinderService(const Params& params, const std::string& name, int64_t threads) in BinderService()
137 def RunBenchmark(self, bits, threads): argument
135 def RunBenchmark(self, bits, threads): argument
43 optional uint32 threads = 2; field211 repeated Thread threads = 1; field
286 std::vector<std::thread> threads; in main() local