Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dparallel_pthreads.cpp242 cv::TLSData<work_thread_t> m_is_work_thread; member in cv::ThreadManager
347 m_parent->m_is_work_thread.get()->value = true; in thread_body()
409 bool is_work_thread = m_is_work_thread.get()->value; in run()