Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dthread_pool.cpp28 class UserThread class
32 UserThread (const SmartPtr<ThreadPool> &pool, const char *name) in UserThread() function in XCam::UserThread
47 UserThread::started () in started()
55 UserThread::stopped () in stopped()
61 UserThread::loop () in loop()
188 SmartPtr<UserThread> t = *i; in stop()
198 SmartPtr<UserThread> t = *i; in stop()
217 SmartPtr<UserThread> thread = new UserThread (this, name); in create_user_thread_unsafe()
Dthread_pool.h30 class UserThread; variable
35 friend class UserThread; variable
36 typedef std::list<SmartPtr<UserThread> > UserThreadList;