onnxruntime/include/onnxruntime/core/platform
Changming Sun 2ff66b80e0
Fix a deadlock bug in EigenNonBlockingThreadPool.h (#23098)
### Description
This PR fixes a deadlock bug in EigenNonBlockingThreadPool.h. It only happens on platforms with weakly ordered memory model, such as ARM64.
2024-12-16 09:05:12 -08:00
..
windows Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
Barrier.h Remove nsync (#20413) 2024-10-21 15:32:14 -07:00
EigenNonBlockingThreadPool.h Fix a deadlock bug in EigenNonBlockingThreadPool.h (#23098) 2024-12-16 09:05:12 -08:00
ort_spin_lock.h Implement mutex-free spin lock for task queue (#14834) 2023-05-19 10:12:10 -07:00
threadpool.h Revert "ThreadPool: Spend less time busy waiting. (#21545)" (#22350) 2024-10-08 17:50:26 -07:00
tracing.h