Searched refs:ForThread (Results 1 – 1 of 1) sorted by relevance
105 class ForThread class109 ForThread(): m_task_start(false), m_parent(0), m_state(eFTNotStarted), m_id(0) in ForThread() function in cv::ForThread122 ~ForThread();148 friend class ForThread;218 std::vector<ForThread> m_threads;264 ForThread::~ForThread() in ~ForThread()276 bool ForThread::init(size_t id, ThreadManager* parent) in init()297 void ForThread::stop() in stop()311 void ForThread::run() in run()322 void* ForThread::thread_loop_wrapper(void* thread_object) in thread_loop_wrapper()[all …]