Home
last modified time | relevance | path

Searched refs:pthreads (Results 1 – 1 of 1) sorted by relevance

/system/extras/verity/fec/
Dimage.cpp379 pthread_t pthreads[threads]; in image_process() local
421 if (pthread_create(&pthreads[i], nullptr, process, &args[i]) != 0) { in image_process()
431 if (pthread_join(pthreads[i], nullptr) != 0) { in image_process()