mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
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