diff options
| author | realtim <[email protected]> | 2022-02-10 16:50:07 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:07 +0300 | 
| commit | b422b6e4645219a4002219ae77f5c4a83ac80b59 (patch) | |
| tree | afc6c25ec86991448a260fdf0e8c606f0e495e64 /library/cpp/threading | |
| parent | 5d4dd6ff046150f3e5e4608ea4ce1a30b4dfee4f (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/threading')
| -rw-r--r-- | library/cpp/threading/poor_man_openmp/thread_helper.cpp | 2 | ||||
| -rw-r--r-- | library/cpp/threading/poor_man_openmp/thread_helper.h | 2 | ||||
| -rw-r--r-- | library/cpp/threading/poor_man_openmp/ya.make | 18 | 
3 files changed, 11 insertions, 11 deletions
diff --git a/library/cpp/threading/poor_man_openmp/thread_helper.cpp b/library/cpp/threading/poor_man_openmp/thread_helper.cpp index 34cb6507b9f..30970d4fd14 100644 --- a/library/cpp/threading/poor_man_openmp/thread_helper.cpp +++ b/library/cpp/threading/poor_man_openmp/thread_helper.cpp @@ -1,4 +1,4 @@ -#include "thread_helper.h" +#include "thread_helper.h"   #include <util/generic/singleton.h> diff --git a/library/cpp/threading/poor_man_openmp/thread_helper.h b/library/cpp/threading/poor_man_openmp/thread_helper.h index 0ecee0590b5..e9dc1e2e89e 100644 --- a/library/cpp/threading/poor_man_openmp/thread_helper.h +++ b/library/cpp/threading/poor_man_openmp/thread_helper.h @@ -14,7 +14,7 @@  class TMtpQueueHelper {  public: -    TMtpQueueHelper() { +    TMtpQueueHelper() {           SetThreadCount(NSystemInfo::CachedNumberOfCpus());      }      IThreadPool* Get() { diff --git a/library/cpp/threading/poor_man_openmp/ya.make b/library/cpp/threading/poor_man_openmp/ya.make index 241b61deade..b09ece2d976 100644 --- a/library/cpp/threading/poor_man_openmp/ya.make +++ b/library/cpp/threading/poor_man_openmp/ya.make @@ -1,9 +1,9 @@ -LIBRARY() - -OWNER(agorodilov) - -SRCS( -    thread_helper.cpp -) - -END() +LIBRARY()  +  +OWNER(agorodilov)  +  +SRCS(  +    thread_helper.cpp  +)  +  +END()   | 
