Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dparallel_pthreads.cpp105 class ForThread class
109 ForThread(): m_task_start(false), m_parent(0), m_state(eFTNotStarted), m_id(0) in ForThread() function in cv::ForThread
122 ~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 …]