Home | History | Annotate | Download | only in libcameraservice

Lines Matching full:thr

355         pthread_t thr;
359 pthread_create(&thr, NULL,
362 pthread_join(thr, NULL);