onnxruntime/include
Tim Harris 3fc68cb150
Remove non-trivially-destructible thread-local from thread pool state, blocking ARM64 builds (#4336)
- Move thread hint vectors from thread-local struct

- Add static_assert that the per-thread state in the thread pool is trivially-destructible

- Rename "thread_data" to "worker_data" (only allocated for workers in the pool, not threads calling into the pool)
2020-06-25 19:04:31 +01:00
..
onnxruntime/core Remove non-trivially-destructible thread-local from thread pool state, blocking ARM64 builds (#4336) 2020-06-25 19:04:31 +01:00