Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_worker.cpp197 char thr_name [XCAM_MAX_STR_SIZE]; in work() local
198 snprintf (thr_name, XCAM_MAX_STR_SIZE, "%s-thrs", XCAM_STR(get_name ())); in work()
199 _threads = new ThreadPool (thr_name); in work()