opencv/modules/core
Yannis Guyon bf29a4d746 Avoid double-checked locking with TSAN in parallel
Omit the first check of the double-checked locking pattern in
recordException() in parallel.cpp when CV_THREAD_SANITIZER is defined.
This should only slow recordException() down when the thread sanitizer
is used, and avoids the TSAN data race warning.
2023-01-27 13:36:33 +01:00
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
doc Fix minor errors in the first documentation page (Introduction) 2022-06-24 14:03:14 -04:00
include/opencv2 cvIsInf(double) fix + regression test 2023-01-17 23:06:39 +01:00
misc Fix/optimize Android put/get functions 2021-02-19 17:10:11 +09:00
perf Relax accuracy requirements in the OpenCL sqrt perf arithmetic test. 2021-04-06 17:32:48 +01:00
src Avoid double-checked locking with TSAN in parallel 2023-01-27 13:36:33 +01:00
test cvIsInf(double) fix + regression test 2023-01-17 23:06:39 +01:00
CMakeLists.txt Merge pull request #22350 from alalek:rework_psabi_warning 2022-08-13 15:05:41 +00:00