Searched defs:maxThreads (Results 1 – 4 of 4) sorted by relevance
31 void configureRpcThreadpool(size_t maxThreads, bool callerWillJoin) { in configureRpcThreadpool()
276 void configureBinderRpcThreadpool(size_t maxThreads, bool callerWillJoin) { in configureBinderRpcThreadpool()
310 status_t ProcessState::setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool) { in setThreadPoolConfiguration()380 size_t maxThreads = DEFAULT_MAX_BINDER_THREADS; in open_driver() local
2538 void test_multithread(int maxThreads, int numThreads) { in test_multithread()