mirror of
https://github.com/opencv/opencv.git
synced 2025-07-25 14:47:07 +08:00
core(parallel_for): fix data race
This commit is contained in:
parent
b10fedde56
commit
914f57f28d
@ -476,7 +476,6 @@ void WorkerThread::thread_body()
|
||||
}
|
||||
else
|
||||
{
|
||||
has_wake_signal = false;
|
||||
CV_LOG_VERBOSE(NULL, 5, "Thread: no free job tasks");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user