Searched refs:thr_name (Results 1 – 1 of 1) sorted by relevance
197 char thr_name [XCAM_MAX_STR_SIZE]; in work() local198 snprintf (thr_name, XCAM_MAX_STR_SIZE, "%s-thrs", XCAM_STR(get_name ())); in work()199 _threads = new ThreadPool (thr_name); in work()