Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dthread_pool.cpp182 threads = _thread_list; in stop()
183 _thread_list.clear (); in stop()
223 _thread_list.push_back (thread); in create_user_thread_unsafe()
Dthread_pool.h76 UserThreadList _thread_list; variable