Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DLockSettingsStorageTests.java119 List<Thread> threads = new ArrayList<>(); in testKeyValue_Concurrency() local
163 List<Thread> threads = new ArrayList<>(); in testKeyValue_CacheStarvedWriter() local
/frameworks/wilhelm/tests/sandbox/
Dmultithread.c37 pthread_t threads[MAX_THREAD]; variable
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicHistogram.cpp107 const uint32_t threads = mCtx->getThreadCount(); in preLaunch() local
156 uint32_t threads = mCtx->getThreadCount(); in postLaunch() local
DrsCpuIntrinsicBlur.cpp447 uint32_t threads = mCtx->getThreadCount(); in ~RsdCpuScriptIntrinsicBlur() local
/frameworks/base/tests/CoreTests/android/core/
DTestWebServer.java42 Vector threads = new Vector(); field in TestWebServer