Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelCpuUidBpfMapReaderTest.java118 ScheduledExecutorService threadPool = Executors.newScheduledThreadPool(11); in testConcurrent() local
125 threadPool.submit(() -> { in testConcurrent()
136 threadPool.submit(() -> { in testConcurrent()
154 threadPool.schedule(() -> { in testConcurrent()
160 threadPool.shutdownNow(); in testConcurrent()
H A DKernelCpuProcStringReaderTest.java252 ScheduledExecutorService threadPool = Executors.newScheduledThreadPool(11); in testConcurrent() local
261 threadPool.submit(() -> { in testConcurrent()
276 threadPool.submit(() -> { in testConcurrent()
298 threadPool.schedule(() -> { in testConcurrent()
310 threadPool.shutdownNow(); in testConcurrent()
/aosp12/build/soong/finder/
H A Dfinder.go154 threadPool *threadPool member
386 f.threadPool = nil
603 type threadPool struct { struct
609 return &threadPool{
921 threadPool.Run(
948 threadPool.Wait()
1000 f.threadPool.Wait()
1038 f.threadPool.Wait()
1256 f.threadPool.Run(
1375 f.threadPool.Run(
[all …]
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
H A DManualAutoFocusFactory.java77 ScheduledExecutorService threadPool, in create() argument
104 threadPool, afHoldSeconds, TimeUnit.SECONDS); in create()