Searched refs:UserThread (Results 1 – 2 of 2) sorted by relevance
28 class UserThread class32 UserThread (const SmartPtr<ThreadPool> &pool, const char *name) in UserThread() function in XCam::UserThread47 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()
30 class UserThread; variable35 friend class UserThread; variable36 typedef std::list<SmartPtr<UserThread> > UserThreadList;