diff options
| author | Nikita Slyusarev <[email protected]> | 2022-02-10 16:46:52 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:52 +0300 |
| commit | cd77cecfc03a3eaf87816af28a33067c4f0cdb59 (patch) | |
| tree | 1308e0bae862d52e0020d881fe758080437fe389 /library/cpp/threading | |
| parent | cdae02d225fb5b3afbb28990e79a7ac6c9125327 (diff) | |
Restoring authorship annotation for Nikita Slyusarev <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/threading')
| -rw-r--r-- | library/cpp/threading/future/perf/ya.make | 8 | ||||
| -rw-r--r-- | library/cpp/threading/future/ut/ya.make | 8 | ||||
| -rw-r--r-- | library/cpp/threading/light_rw_lock/ut/ya.make | 2 | ||||
| -rw-r--r-- | library/cpp/threading/poor_man_openmp/ut/ya.make | 8 | ||||
| -rw-r--r-- | library/cpp/threading/queue/ut/ya.make | 2 |
5 files changed, 14 insertions, 14 deletions
diff --git a/library/cpp/threading/future/perf/ya.make b/library/cpp/threading/future/perf/ya.make index 943d585d4be..a3cfbfb0c74 100644 --- a/library/cpp/threading/future/perf/ya.make +++ b/library/cpp/threading/future/perf/ya.make @@ -1,9 +1,9 @@ Y_BENCHMARK(library-threading-future-perf) -OWNER( - g:rtmr - ishfb -) +OWNER( + g:rtmr + ishfb +) SRCS( main.cpp diff --git a/library/cpp/threading/future/ut/ya.make b/library/cpp/threading/future/ut/ya.make index 566b6223705..9de072c5cfd 100644 --- a/library/cpp/threading/future/ut/ya.make +++ b/library/cpp/threading/future/ut/ya.make @@ -1,9 +1,9 @@ UNITTEST_FOR(library/cpp/threading/future) -OWNER( - g:rtmr - ishfb -) +OWNER( + g:rtmr + ishfb +) SRCS( async_ut.cpp diff --git a/library/cpp/threading/light_rw_lock/ut/ya.make b/library/cpp/threading/light_rw_lock/ut/ya.make index 92928b837c2..a75dd6d5ebe 100644 --- a/library/cpp/threading/light_rw_lock/ut/ya.make +++ b/library/cpp/threading/light_rw_lock/ut/ya.make @@ -1,6 +1,6 @@ UNITTEST_FOR(library/cpp/threading/light_rw_lock) -OWNER(agri) +OWNER(agri) SRCS( rwlock_ut.cpp diff --git a/library/cpp/threading/poor_man_openmp/ut/ya.make b/library/cpp/threading/poor_man_openmp/ut/ya.make index 6d7aa123edc..57f21db4f00 100644 --- a/library/cpp/threading/poor_man_openmp/ut/ya.make +++ b/library/cpp/threading/poor_man_openmp/ut/ya.make @@ -1,9 +1,9 @@ UNITTEST_FOR(library/cpp/threading/poor_man_openmp) -OWNER( - pg - agorodilov -) +OWNER( + pg + agorodilov +) SRCS( thread_helper_ut.cpp diff --git a/library/cpp/threading/queue/ut/ya.make b/library/cpp/threading/queue/ut/ya.make index 8883d9bf693..1798215c5ab 100644 --- a/library/cpp/threading/queue/ut/ya.make +++ b/library/cpp/threading/queue/ut/ya.make @@ -1,6 +1,6 @@ UNITTEST_FOR(library/cpp/threading/queue) -OWNER(agri) +OWNER(agri) ALLOCATOR(B) |
