core(parallel_for): fix data race

pull/10800/head
Alexander Alekhin 7 years ago
parent b10fedde56
commit 914f57f28d
  1. 1
      modules/core/src/parallel_impl.cpp

@ -476,7 +476,6 @@ void WorkerThread::thread_body()
} }
else else
{ {
has_wake_signal = false;
CV_LOG_VERBOSE(NULL, 5, "Thread: no free job tasks"); CV_LOG_VERBOSE(NULL, 5, "Thread: no free job tasks");
} }
} }

Loading…
Cancel
Save