Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dthread_pool.cpp105 , _max_threads (XCAM_POOL_MIN_THREADS) in ThreadPool()
137 _max_threads = max; in set_threads()
252 if (_allocated_threads >= _max_threads) in queue()
Dthread_pool.h72 uint32_t _max_threads; variable