Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dthread_pool.cpp106 , _allocated_threads (0) in ThreadPool()
156 _allocated_threads = 0; in start()
166 XCAM_ASSERT (_allocated_threads == _min_threads); in start()
206 _allocated_threads = 0; in stop()
216 snprintf (name, 255, "%s-%d", XCAM_STR (get_name()), _allocated_threads); in create_user_thread_unsafe()
225 ++_allocated_threads; in create_user_thread_unsafe()
227 XCAM_ASSERT (_free_threads <= _allocated_threads); in create_user_thread_unsafe()
252 if (_allocated_threads >= _max_threads) in queue()
259 if (!xcam_ret_is_ok (err) && _allocated_threads) { in queue()
Dthread_pool.h73 uint32_t _allocated_threads; variable