Searched refs:threads (Results 1 – 15 of 15) sorted by relevance
94 std::vector<std::thread> threads; in TEST_F() local97 threads.push_back(std::thread([&poolPtr] () { in TEST_F()110 for (auto& t : threads) { in TEST_F()
147 std::vector<std::thread> threads; in TEST_F() local149 threads.push_back(std::thread(threadLoop)); in TEST_F()156 for (auto& thread : threads) { in TEST_F()
3 The vendor HAL service has two threads:
38 * threads at the same time.
51 * Multiple threads can call the execute function on the same IPreparedModel
97 * Multiple threads can call prepareModel on the same model concurrently.
47 * different threads in the HAL.120 * Multiple threads may call notify() simultaneously.
137 * Locking the same buffer simultaneously from multiple threads is138 * permitted, but if any of the threads attempt to lock the buffer for
210 std::vector<pthread_t> threads; member234 this->threads.push_back(writerThread); in addSubHwDevice()
179 * Locking the same buffer simultaneously from multiple threads is180 * permitted, but if any of the threads attempt to lock the buffer for
102 * Multiple threads can call prepareModel on the same model concurrently.
364 cfg.threads = GetCPUCoreCount(); in initDecoder()
229 * Multiple threads may call prepareModel on the same model concurrently.
755 * Changes the priority of the cpu worker threads for this context.