pytorch/caffe2/utils/threadpool
Yuanyuan Chen 9fff8155c3 [2/N] Fix clang-tidy readability checks (#164652)
This PR applies clang-tidy readability checks to jit sources and all headers in the code base.
`readability-redundant-inline-specifier` is suppressed because it incurs too many changes. `readability-redundant-inline-specifier` is used to detect redundant inline specifiers on function and variable declarations. There are many in-class method definitions that are marked inline.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/164652
Approved by: https://github.com/Skylion007
2025-10-06 01:06:01 +00:00
..
pthreadpool_impl.cc Revert "Fix clang-tidy warnings in Caffe2 code (#134935)" 2024-09-13 16:42:37 +00:00
pthreadpool-cpp.cc [3/N] Use internal linkage in C++ files (#151297) 2025-05-05 17:48:39 +00:00
pthreadpool-cpp.h [non ghstack] Init threadpool with user defined num_threads before default (#137051) 2024-10-02 20:02:30 +00:00
pthreadpool.cc Revert "Fix clang-tidy warnings in Caffe2 code (#134935)" 2024-09-13 16:42:37 +00:00
pthreadpool.h
thread_pool_guard.cpp [3/N] Use internal linkage in C++ files (#151297) 2025-05-05 17:48:39 +00:00
thread_pool_guard.h
ThreadPool.cc [6/N] Fix Wextra-semi warning (#139605) 2024-11-04 13:43:16 +00:00
ThreadPool.h [3/N] Use internal linkage in C++ files (#151297) 2025-05-05 17:48:39 +00:00
ThreadPoolCommon.h
WorkersPool.h [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00