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