Lines Matching refs:objectDetectorRun
163 std::condition_variable objectDetectorRun; member in cv::DetectionBasedTracker::SeparateDetectionWork
168 pthread_cond_t objectDetectorRun; member in cv::DetectionBasedTracker::SeparateDetectionWork
213 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()
477 pthread_cond_signal(&objectDetectorRun); in stop()
559 objectDetectorRun.notify_one(); in communicateWithDetectingThread()
561 pthread_cond_signal(&objectDetectorRun); in communicateWithDetectingThread()