Home
last modified time | relevance | path

Searched defs:threads (Results 126 – 150 of 231) sorted by relevance

12345678910

/aosp12/frameworks/native/services/vibratorservice/test/
H A DVibratorManagerHalControllerTest.cpp206 std::vector<std::thread> threads; in TEST_F() local
/aosp12/art/test/1960-obsolete-jit-multithread-native/src/
H A DMain.java133 Thread[] threads = new Thread[NUM_THREADS]; in doTest() local
/aosp12/art/test/1961-obsolete-jit-multithread/src/
H A DMain.java131 Thread[] threads = new Thread[NUM_THREADS]; in doTest() local
/aosp12/system/extras/simpleperf/app_api/cpp/
H A Dsimpleperf.cpp48 std::vector<pid_t> threads; member in simpleperf::RecordOptionsImpl
80 RecordOptions& RecordOptions::SetSampleThreads(const std::vector<pid_t>& threads) { in SetSampleThreads()
/aosp12/system/unwinding/libunwindstack/tests/
H A DMapInfoGetBuildIDTest.cpp99 std::vector<std::thread*> threads; in MultipleThreadTest() local
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
H A DTzS2PolygonsToTzS2CellUnions.java116 int threads = arguments.numThreads; in main() local
H A DMergeTzS2Ranges.java110 int threads = arguments.numThreads; in main() local
H A DGeoJsonTzToTzS2Polygons.java134 int threads = arguments.numThreads; in main() local
H A DTzS2CellUnionsToTzS2Ranges.java114 int threads = arguments.numThreads; in main() local
/aosp12/art/libartbase/base/metrics/
H A Dmetrics_test.cc96 std::vector<std::thread> threads; in TEST_F() local
116 std::vector<std::thread> threads; in TEST_F() local
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel_tests.cpp151 std::vector<std::thread> threads; in TEST_F() local
/aosp12/art/test/923-monitors/src/art/
H A DTest923.java103 List<Thread> threads = new ArrayList<Thread>(); in threadTests() local
/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/netlink/
H A DInetDiagSocketIntegrationTest.java205 final Thread[] threads = new Thread[numThreads]; in testB141603906() local
/aosp12/system/core/libutils/
H A DRefBase_fuzz.cpp171 std::vector<std::thread> threads = std::vector<std::thread>(); in spawnThreads() local
/aosp12/system/tools/hidl/test/lazy_test/
H A Dhidl_lazy_test.cpp143 std::vector<std::thread> threads(NUM_CONCURRENT_THREADS); in TEST_F() local
/aosp14/system/core/libutils/
H A DRefBase_fuzz.cpp171 std::vector<std::thread> threads = std::vector<std::thread>(); in spawnThreads() local
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto.cpp428 auto& threads = *tombstone->mutable_threads(); in dump_thread() local
601 const std::map<pid_t, ThreadInfo>& threads, pid_t target_thread, in engrave_tombstone_proto()
H A Dtombstone.cpp583 std::map<pid_t, ThreadInfo> threads; in engrave_tombstone_ucontext() local
610 const std::map<pid_t, ThreadInfo>& threads, pid_t target_thread, in engrave_tombstone()
/aosp12/packages/modules/DnsResolver/
H A DDnsQueryLogTest.cpp89 std::vector<std::thread> threads(threadNum); in TEST_F() local
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarServiceUtils.java236 ArrayList<HandlerThread> threads; in finishAllHandlerTasks() local
/aosp12/frameworks/base/media/jni/soundpool/
H A DStreamManager.h122 std::list<std::unique_ptr<JavaThread>> threads; in quit() local
/aosp14/frameworks/base/media/jni/soundpool/
H A DStreamManager.h122 std::list<std::unique_ptr<JavaThread>> threads; in quit() local
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto.cpp463 auto& threads = *tombstone->mutable_threads(); in dump_thread() local
620 const std::map<pid_t, ThreadInfo>& threads, pid_t target_thread, in engrave_tombstone_proto()
/aosp12/art/libartbase/base/
H A Dlogging.h55 bool threads; member
/aosp12/art/test/2029-contended-monitors/src/
H A DMain.java145 Thread[] threads = new Thread[n]; in runMultiple() local

12345678910