Lines Matching refs:Threads
164 std::thread Threads[32]; in testRegistryThreaded() local
165 for (scudo::uptr I = 0; I < ARRAY_SIZE(Threads); I++) in testRegistryThreaded()
166 Threads[I] = std::thread(stressCache<AllocatorT>, Allocator.get()); in testRegistryThreaded()
172 for (auto &T : Threads) in testRegistryThreaded()
223 std::thread Threads[32]; in TEST() local
224 for (scudo::uptr I = 0; I < ARRAY_SIZE(Threads); I++) in TEST()
225 Threads[I] = std::thread(stressSharedRegistry, Allocator.get()); in TEST()
231 for (auto &T : Threads) in TEST()
241 for (scudo::uptr I = 0; I < ARRAY_SIZE(Threads); I++) in TEST()
242 Threads[I] = std::thread(stressSharedRegistry, Allocator.get()); in TEST()
248 for (auto &T : Threads) in TEST()