Home
last modified time | relevance | path

Searched defs:THREAD_COUNT (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/hwui/thread/
H A DCommonPool.h81 static constexpr auto THREAD_COUNT = 2; variable
/aosp14/system/core/debuggerd/client/
H A Ddebuggerd_client_test.cpp53 static int THREAD_COUNT = getThreadCount(); in TEST() local
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/
H A DKeyValueBackupTask.java183 private static final AtomicInteger THREAD_COUNT = new AtomicInteger(); field in KeyValueBackupTask