mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
17e2bf5717
- move TLS & instrumentation code out of core/utility.hpp - (*) TLSData lost .gather() method (to dispose thread data on thread termination) - use TLSDataAccumulator for reliable collecting of thread data - prefer using of .detachData() + .cleanupDetachedData() instead of .gather() method (*) API is broken: replace TLSData => TLSDataAccumulator if gather required (objects disposal on threads termination is not available in accumulator mode) |
||
---|---|---|
.. | ||
core | ||
core.hpp |