Searched refs:pthreads (Results 1 – 1 of 1) sorted by relevance
379 pthread_t pthreads[threads]; in image_process() local421 if (pthread_create(&pthreads[i], nullptr, process, &args[i]) != 0) { in image_process()431 if (pthread_join(pthreads[i], nullptr) != 0) { in image_process()