Searched refs:second_workthread (Results 1 – 1 of 1) sorted by relevance
160 std::thread second_workthread; member in cv::DetectionBasedTracker::SeparateDetectionWork166 pthread_t second_workthread; member in cv::DetectionBasedTracker::SeparateDetectionWork259 …second_workthread = std::thread(workcycleObjectDetectorFunction, (void*)this); //TODO: add attribu… in run()263 …pthread_create(&second_workthread, NULL, workcycleObjectDetectorFunction, (void*)this); //TODO: ad… in run()