Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 5 of 5) sorted by relevance

/test/dittosuite/src/
Dbinder_service.cpp32 BinderService::BinderService(const Params& params, const std::string& name, int64_t threads) in BinderService()
/test/vts-testcase/performance/hwbinder_throughput_test/
DHwBinderThroughputBenchmark.py137 def RunBenchmark(self, bits, threads): argument
/test/vts-testcase/performance/binder_throughput_test/
DBinderThroughputBenchmark.py135 def RunBenchmark(self, bits, threads): argument
/test/dittosuite/schema/
Dbenchmark.proto43 optional uint32 threads = 2; field
211 repeated Thread threads = 1; field
/test/mlts/benchmark/native/
Dmulti_process_test.cpp286 std::vector<std::thread> threads; in main() local