Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dthread_pool.cpp104 , _min_threads (XCAM_POOL_MIN_THREADS) in ThreadPool()
136 _min_threads = min; in set_threads()
159 for (uint32_t i = 0; i < _min_threads; ++i) { in start()
166 XCAM_ASSERT (_allocated_threads == _min_threads); in start()
Dthread_pool.h71 uint32_t _min_threads; variable