core(parallel_for): fix data race
This commit is contained in:
@@ -476,7 +476,6 @@ void WorkerThread::thread_body()
|
||||
}
|
||||
else
|
||||
{
|
||||
has_wake_signal = false;
|
||||
CV_LOG_VERBOSE(NULL, 5, "Thread: no free job tasks");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user