Home
last modified time | relevance | path

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

/aosp12/system/extras/verity/fec/
H A 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()
/aosp12/bionic/libc/
H A DAndroid.bp1231 // libc_pthread.a - pthreads parts that previously lived in