Searched defs:createThreads (Results 1 – 4 of 4) sorted by relevance
145 private int[] createThreads(int tidCnt, CountDownLatch stopLatch) throws InterruptedException { in createThreads() method in ADPFAtomTestActivity
135 void AsyncWorkerPool::createThreads() in createThreads() function in angle::AsyncWorkerPool
124 static std::vector<std::thread> createThreads(int threadCount, std::atomic<bool>& stop, in createThreads() function
890 void createThreads(vector<TestThread *> &threads, int threadCount, int perThreadContextCount, in createThreads() function