Home
last modified time | relevance | path

Searched refs:newThreadPool (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DProtoLogTool.kt54 val executor = newThreadPool()
156 val executor = newThreadPool()
249 private fun newThreadPool() = Executors.newFixedThreadPool( regex
/aosp12/build/soong/finder/
H A Dfinder.go377 f.threadPool = newThreadPool(f.numDbLoadingThreads)
608 func newThreadPool(maxNumConcurrentThreads int) *threadPool { func
907 threadPool := newThreadPool(f.numDbLoadingThreads)