Searched refs:objectDetectorRun (Results 1 – 1 of 1) sorted by relevance
163 std::condition_variable objectDetectorRun; member in cv::DetectionBasedTracker::SeparateDetectionWork168 pthread_cond_t objectDetectorRun; member in cv::DetectionBasedTracker::SeparateDetectionWork213 res=pthread_cond_init (&objectDetectorRun, NULL); in SeparateDetectionWork()222 pthread_cond_destroy(&objectDetectorRun); in SeparateDetectionWork()236 pthread_cond_destroy(&objectDetectorRun); in ~SeparateDetectionWork()324 objectDetectorRun.wait(mtx_lock); in workcycleObjectDetector()326 pthread_cond_wait(&objectDetectorRun, &mutex); in workcycleObjectDetector()366 objectDetectorRun.wait(mtx_lock); in workcycleObjectDetector()368 pthread_cond_wait(&objectDetectorRun, &mutex); in workcycleObjectDetector()472 objectDetectorRun.notify_one(); in stop()[all …]