Home
last modified time | relevance | path

Searched defs:threadPool (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
H A DManualAutoFocusFactory.java77 ScheduledExecutorService threadPool, in create()
/aosp12/build/soong/finder/
H A Dfinder.go154 threadPool *threadPool member
603 type threadPool struct { struct
604 receivedRequests sync.WaitGroup
605 activeRequests semaphore
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelCpuUidBpfMapReaderTest.java118 ScheduledExecutorService threadPool = Executors.newScheduledThreadPool(11); in testConcurrent() local
H A DKernelCpuProcStringReaderTest.java252 ScheduledExecutorService threadPool = Executors.newScheduledThreadPool(11); in testConcurrent() local