diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/threading | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/threading')
27 files changed, 0 insertions, 424 deletions
diff --git a/library/cpp/threading/atomic/ut/ya.make b/library/cpp/threading/atomic/ut/ya.make deleted file mode 100644 index 3c555685df..0000000000 --- a/library/cpp/threading/atomic/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/atomic) - -OWNER(vmordovin) - -SRCS( - bool_ut.cpp -) - -END() diff --git a/library/cpp/threading/atomic/ya.make b/library/cpp/threading/atomic/ya.make deleted file mode 100644 index c3a3ef8a76..0000000000 --- a/library/cpp/threading/atomic/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(vmordovin) - -SRCS( - bool.cpp -) - -END() diff --git a/library/cpp/threading/chunk_queue/ut/ya.make b/library/cpp/threading/chunk_queue/ut/ya.make deleted file mode 100644 index a35ed6bc4b..0000000000 --- a/library/cpp/threading/chunk_queue/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/chunk_queue) - -OWNER(g:rtmr) - -SRCS( - queue_ut.cpp -) - -END() diff --git a/library/cpp/threading/chunk_queue/ya.make b/library/cpp/threading/chunk_queue/ya.make deleted file mode 100644 index 2f883140ba..0000000000 --- a/library/cpp/threading/chunk_queue/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(g:rtmr) - -SRCS( - queue.cpp -) - -END() diff --git a/library/cpp/threading/equeue/ut/ya.make b/library/cpp/threading/equeue/ut/ya.make deleted file mode 100644 index 2f6293d47d..0000000000 --- a/library/cpp/threading/equeue/ut/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -UNITTEST() - -OWNER( - g:base - g:middle -) - -PEERDIR( - ADDINCL library/cpp/threading/equeue -) - -SRCDIR(library/cpp/threading/equeue) - -SRCS( - equeue_ut.cpp -) - -END() diff --git a/library/cpp/threading/equeue/ya.make b/library/cpp/threading/equeue/ya.make deleted file mode 100644 index 314f4d3c86..0000000000 --- a/library/cpp/threading/equeue/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER( - g:base - g:middle - ironpeter - mvel -) - -SRCS( - equeue.h - equeue.cpp -) - -END() diff --git a/library/cpp/threading/future/mt_ut/ya.make b/library/cpp/threading/future/mt_ut/ya.make deleted file mode 100644 index 288fe7b6bc..0000000000 --- a/library/cpp/threading/future/mt_ut/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/future) - -OWNER( - g:util -) - -SRCS( - future_mt_ut.cpp -) - -IF(NOT SANITIZER_TYPE) -SIZE(SMALL) - -ELSE() -SIZE(MEDIUM) - -ENDIF() - - -END() diff --git a/library/cpp/threading/future/perf/ya.make b/library/cpp/threading/future/perf/ya.make deleted file mode 100644 index 943d585d4b..0000000000 --- a/library/cpp/threading/future/perf/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -Y_BENCHMARK(library-threading-future-perf) - -OWNER( - g:rtmr - ishfb -) - -SRCS( - main.cpp -) - -PEERDIR( - library/cpp/threading/future -) - -END() diff --git a/library/cpp/threading/future/subscription/ut/ya.make b/library/cpp/threading/future/subscription/ut/ya.make deleted file mode 100644 index 45210f7bd7..0000000000 --- a/library/cpp/threading/future/subscription/ut/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/future/subscription) - -OWNER( - g:kwyt - g:rtmr - ishfb -) - -SRCS( - subscription_ut.cpp - wait_all_ut.cpp - wait_all_or_exception_ut.cpp - wait_any_ut.cpp - wait_ut_common.cpp -) - -END() diff --git a/library/cpp/threading/future/subscription/ya.make b/library/cpp/threading/future/subscription/ya.make deleted file mode 100644 index 7ea9b372ed..0000000000 --- a/library/cpp/threading/future/subscription/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -OWNER( - g:kwyt - g:rtmr - ishfb -) - -SUBSCRIBER( - swarmer -) - -LIBRARY() - -SRCS( - subscription.cpp - wait_all.cpp - wait_all_or_exception.cpp - wait_any.cpp -) - -PEERDIR( - library/cpp/threading/future -) - -END() - -RECURSE_FOR_TESTS( - ut -) diff --git a/library/cpp/threading/future/ut/ya.make b/library/cpp/threading/future/ut/ya.make deleted file mode 100644 index 566b622370..0000000000 --- a/library/cpp/threading/future/ut/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/future) - -OWNER( - g:rtmr - ishfb -) - -SRCS( - async_ut.cpp - future_ut.cpp - legacy_future_ut.cpp -) - -END() diff --git a/library/cpp/threading/future/ya.make b/library/cpp/threading/future/ya.make deleted file mode 100644 index fb3ec3c7a3..0000000000 --- a/library/cpp/threading/future/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -OWNER( - g:rtmr -) - -SUBSCRIBER( - swarmer -) - -LIBRARY() - -SRCS( - async.cpp - core/future.cpp - core/fwd.cpp - fwd.cpp - wait/fwd.cpp - wait/wait.cpp - wait/wait_group.cpp - wait/wait_policy.cpp -) - -END() - -RECURSE_FOR_TESTS( - mt_ut -) diff --git a/library/cpp/threading/light_rw_lock/bench/ya.make b/library/cpp/threading/light_rw_lock/bench/ya.make deleted file mode 100644 index 7969b52a50..0000000000 --- a/library/cpp/threading/light_rw_lock/bench/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM(lightrwlock_test) - -OWNER(agri) - -SRCS( - lightrwlock_test.cpp -) - -PEERDIR( - library/cpp/threading/light_rw_lock -) - -END() diff --git a/library/cpp/threading/light_rw_lock/ut/ya.make b/library/cpp/threading/light_rw_lock/ut/ya.make deleted file mode 100644 index 92928b837c..0000000000 --- a/library/cpp/threading/light_rw_lock/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/light_rw_lock) - -OWNER(agri) - -SRCS( - rwlock_ut.cpp -) - -END() diff --git a/library/cpp/threading/light_rw_lock/ya.make b/library/cpp/threading/light_rw_lock/ya.make deleted file mode 100644 index a196fb8588..0000000000 --- a/library/cpp/threading/light_rw_lock/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -LIBRARY() - -OWNER(agri) - -SRCS( - lightrwlock.cpp - lightrwlock.h -) - -END() diff --git a/library/cpp/threading/local_executor/ut/ya.make b/library/cpp/threading/local_executor/ut/ya.make deleted file mode 100644 index be579a5ca0..0000000000 --- a/library/cpp/threading/local_executor/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -OWNER( - g:matrixnet - gulin -) - -UNITTEST_FOR(library/cpp/threading/local_executor) - -SRCS( - local_executor_ut.cpp -) - -END() diff --git a/library/cpp/threading/local_executor/ya.make b/library/cpp/threading/local_executor/ya.make deleted file mode 100644 index df210f92bb..0000000000 --- a/library/cpp/threading/local_executor/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -OWNER( - g:matrixnet - gulin - kirillovs - espetrov -) - -LIBRARY() - -SRCS( - local_executor.cpp - tbb_local_executor.cpp -) - -PEERDIR( - contrib/libs/tbb - library/cpp/threading/future -) - -END() diff --git a/library/cpp/threading/poor_man_openmp/ut/ya.make b/library/cpp/threading/poor_man_openmp/ut/ya.make deleted file mode 100644 index 6d7aa123ed..0000000000 --- a/library/cpp/threading/poor_man_openmp/ut/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/poor_man_openmp) - -OWNER( - pg - agorodilov -) - -SRCS( - thread_helper_ut.cpp -) - -END() diff --git a/library/cpp/threading/poor_man_openmp/ya.make b/library/cpp/threading/poor_man_openmp/ya.make deleted file mode 100644 index 241b61dead..0000000000 --- a/library/cpp/threading/poor_man_openmp/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(agorodilov) - -SRCS( - thread_helper.cpp -) - -END() diff --git a/library/cpp/threading/queue/ut/ya.make b/library/cpp/threading/queue/ut/ya.make deleted file mode 100644 index 8883d9bf69..0000000000 --- a/library/cpp/threading/queue/ut/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/queue) - -OWNER(agri) - -ALLOCATOR(B) - -SRCS( - basic_ut.cpp - queue_ut.cpp - tune_ut.cpp - unordered_ut.cpp - ut_helpers.cpp - ut_helpers.h -) - -END() diff --git a/library/cpp/threading/queue/ya.make b/library/cpp/threading/queue/ya.make deleted file mode 100644 index 6570b38ce5..0000000000 --- a/library/cpp/threading/queue/ya.make +++ /dev/null @@ -1,18 +0,0 @@ -LIBRARY() - -OWNER(agri) - -SRCS( - mpmc_unordered_ring.cpp - mpmc_unordered_ring.h - mpsc_htswap.cpp - mpsc_htswap.h - mpsc_intrusive_unordered.cpp - mpsc_intrusive_unordered.h - mpsc_read_as_filled.cpp - mpsc_read_as_filled.h - mpsc_vinfarr_obstructive.cpp - mpsc_vinfarr_obstructive.h -) - -END() diff --git a/library/cpp/threading/skip_list/perf/ya.make b/library/cpp/threading/skip_list/perf/ya.make deleted file mode 100644 index 01bfafa404..0000000000 --- a/library/cpp/threading/skip_list/perf/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -PROGRAM(skiplist-perf) - -OWNER(g:rtmr) - -PEERDIR( - library/cpp/charset - library/cpp/getopt/small - library/cpp/threading/skip_list -) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/threading/skip_list/ut/ya.make b/library/cpp/threading/skip_list/ut/ya.make deleted file mode 100644 index 704a31e9a2..0000000000 --- a/library/cpp/threading/skip_list/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/skip_list) - -OWNER(g:rtmr) - -SRCS( - skiplist_ut.cpp -) - -END() diff --git a/library/cpp/threading/skip_list/ya.make b/library/cpp/threading/skip_list/ya.make deleted file mode 100644 index d338aeae2b..0000000000 --- a/library/cpp/threading/skip_list/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(g:rtmr) - -SRCS( - skiplist.cpp -) - -END() diff --git a/library/cpp/threading/task_scheduler/ut/ya.make b/library/cpp/threading/task_scheduler/ut/ya.make deleted file mode 100644 index 07ee8b0877..0000000000 --- a/library/cpp/threading/task_scheduler/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/threading/task_scheduler) - -OWNER(g:middle) - -SRCS( - task_scheduler_ut.cpp -) - -END() diff --git a/library/cpp/threading/task_scheduler/ya.make b/library/cpp/threading/task_scheduler/ya.make deleted file mode 100644 index 5b14c0aa63..0000000000 --- a/library/cpp/threading/task_scheduler/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -LIBRARY() - -OWNER(g:middle) - -SRCS( - task_scheduler.cpp -) - -END() diff --git a/library/cpp/threading/ya.make b/library/cpp/threading/ya.make deleted file mode 100644 index f4d850ee17..0000000000 --- a/library/cpp/threading/ya.make +++ /dev/null @@ -1,64 +0,0 @@ -RECURSE( - algorithm - async_task_batch - async_task_batch/ut - atomic - atomic/ut - atomic_shared_ptr - atomic_shared_ptr/ut - blocking_counter - blocking_counter/ut - blocking_queue - cancellation - chunk_queue - chunk_queue/ut - cron - cron/example - equeue - equeue/ut - fair_lock - fair_lock/ut - future - future/perf - future/subscription - future/ut - hot_swap - hot_swap/ut - light_rw_lock - light_rw_lock/bench - light_rw_lock/ut - local_executor - local_executor/ut - mtp_tasks - mtp_tasks/ut - mux_event - mux_event/ut - named_lock - named_lock/ut - name_guard - name_guard/ut - periodically_updated - poor_man_openmp - poor_man_openmp/ut - queue - queue/ut - rcu - rcu/ut - serial_postprocess_queue - skip_list - skip_list/perf - skip_list/ut - synchronized - synchronized/ut - task_scheduler - task_scheduler/ut - thread_local - thread_local/benchmark - thread_local/ut - thread_namer - thread_namer/ut - ticket_lock - ticket_lock/ut - work_stealing - work_stealing/ut -) |