aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/util/ya.make
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-06-13 11:05:01 +0300
committeralexv-smirnov <alex@ydb.tech>2023-06-13 11:05:01 +0300
commitbf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0 (patch)
tree1d1df72c0541a59a81439842f46d95396d3e7189 /library/cpp/actors/util/ya.make
parent8bfdfa9a9bd19bddbc58d888e180fbd1218681be (diff)
downloadydb-bf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0.tar.gz
add ymake export to ydb
Diffstat (limited to 'library/cpp/actors/util/ya.make')
-rw-r--r--library/cpp/actors/util/ya.make47
1 files changed, 47 insertions, 0 deletions
diff --git a/library/cpp/actors/util/ya.make b/library/cpp/actors/util/ya.make
new file mode 100644
index 0000000000..6dfc0e97a8
--- /dev/null
+++ b/library/cpp/actors/util/ya.make
@@ -0,0 +1,47 @@
+LIBRARY()
+
+SRCS(
+ affinity.cpp
+ affinity.h
+ cpu_load_log.h
+ cpumask.h
+ datetime.h
+ defs.h
+ funnel_queue.h
+ futex.h
+ intrinsics.h
+ local_process_key.h
+ named_tuple.h
+ queue_chunk.h
+ queue_oneone_inplace.h
+ memory_track.cpp
+ memory_track.h
+ memory_tracker.cpp
+ memory_tracker.h
+ recentwnd.h
+ rope.h
+ rc_buf.h
+ shared_data.h
+ shared_data.cpp
+ shared_data_rope_backend.h
+ should_continue.cpp
+ should_continue.h
+ thread.h
+ threadparkpad.cpp
+ threadparkpad.h
+ thread_load_log.h
+ ticket_lock.h
+ timerfd.h
+ unordered_cache.h
+)
+
+PEERDIR(
+ library/cpp/deprecated/atomic
+ library/cpp/pop_count
+)
+
+END()
+
+RECURSE_FOR_TESTS(
+ ut
+)