1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 14:53:03 +04:00
Files
opencv/modules/core/src
Alexander Alekhin 17e2bf5717 core(tls): implement releasing of TLS on thread termination
- 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)
2019-10-24 06:36:18 +00:00
..
2018-09-07 20:33:52 +09:00
2019-08-05 17:19:36 +03:00
2019-05-18 19:32:23 +00:00
2019-02-11 15:35:10 +03:00
2018-09-07 20:33:52 +09:00
2018-07-14 16:05:29 +08:00
2019-10-07 11:59:52 +03:00
2018-09-07 20:33:52 +09:00
2019-03-05 14:47:04 +03:00
2018-09-07 20:33:52 +09:00
2019-08-16 17:34:29 +03:00
2019-08-16 17:34:29 +03:00
2016-09-05 18:20:04 +03:00
2017-12-22 12:56:52 +03:00
2019-05-18 19:32:23 +00:00
2019-07-31 15:41:22 +03:00
2019-02-19 16:58:32 +03:00
2019-02-23 15:42:26 +00:00
2019-02-23 15:42:26 +00:00
2019-07-31 15:41:22 +03:00
2018-03-28 17:57:59 +03:00
2019-09-27 16:29:50 +03:00
2019-02-22 09:54:31 +00:00
2019-02-22 09:54:31 +00:00
2018-02-12 14:14:08 +03:00
2019-07-31 15:41:22 +03:00
2019-02-13 18:17:38 +03:00
2014-08-15 12:09:16 +04:00
2018-09-07 20:33:52 +09:00