Searched defs:threads (Results 1 – 11 of 11) sorted by relevance
31 ArrayList<Thread> threads = new ArrayList<Thread>(); in main() local
24 final Thread[] threads = new Thread[numberOfThreads]; in main() local
44 final Thread[] threads = new Thread[numberOfThreads]; in main() local
34 final Thread[] threads = new Thread[numberOfThreads]; in main() local
38 Thread[] threads = new Thread[THREAD_COUNT]; in main() local
38 TestCapacityThread[] threads = new TestCapacityThread[512]; in testThreadCapacity() local
132 void ThreadPool::SetMaxActiveWorkers(size_t threads) { in SetMaxActiveWorkers()
4335 std::list<Thread*> threads; in DdmSetThreadNotification() local
56 bool threads; member
1848 std::list<Thread*> threads = Runtime::Current()->GetThreadList()->GetList(); in Verify() local
189 ThreadEntry* threads; member