diff options
author | Ilnur Khuziev <ilnur.khuziev@yandex.ru> | 2022-02-10 16:46:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:14 +0300 |
commit | 60040c91ffe701a84689b2c6310ff845e65cff42 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/threading/ya.make | |
parent | 736dcd8ca259457a136f2f9f9168c44643914323 (diff) | |
download | ydb-60040c91ffe701a84689b2c6310ff845e65cff42.tar.gz |
Restoring authorship annotation for Ilnur Khuziev <ilnur.khuziev@yandex.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/threading/ya.make')
-rw-r--r-- | library/cpp/threading/ya.make | 120 |
1 files changed, 60 insertions, 60 deletions
diff --git a/library/cpp/threading/ya.make b/library/cpp/threading/ya.make index 77ac7e4273..f4d850ee17 100644 --- a/library/cpp/threading/ya.make +++ b/library/cpp/threading/ya.make @@ -1,64 +1,64 @@ 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 + 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 + 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 + 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 ) |