Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dthread_pool.h36 typedef std::list<SmartPtr<UserThread> > UserThreadList; typedef
76 UserThreadList _thread_list;
Dthread_pool.cpp175 UserThreadList threads; in stop()
186 for (UserThreadList::iterator i = threads.begin (); i != threads.end (); ++i) in stop()
196 for (UserThreadList::iterator i = threads.begin (); i != threads.end (); ++i) in stop()