aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-03-07 12:53:35 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-03-07 12:53:35 +0300
commit33ed6077e694c2f1286c01ebe1be30b189850e77 (patch)
treee63bbad8736baf21ab183e9d98597aa27f5a2233 /library/cpp/threading
parentfb974eec1b6958138ae30adaafd5503f0d91d388 (diff)
downloadydb-33ed6077e694c2f1286c01ebe1be30b189850e77.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/threading')
-rw-r--r--library/cpp/threading/atomic/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/threading/atomic/CMakeLists.darwin.txt)0
-rw-r--r--library/cpp/threading/atomic/CMakeLists.linux-x86_64.txt (renamed from library/cpp/threading/atomic/CMakeLists.linux.txt)0
-rw-r--r--library/cpp/threading/atomic/CMakeLists.txt4
-rw-r--r--library/cpp/threading/chunk_queue/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/threading/chunk_queue/CMakeLists.darwin.txt)0
-rw-r--r--library/cpp/threading/chunk_queue/CMakeLists.linux-x86_64.txt (renamed from library/cpp/threading/chunk_queue/CMakeLists.linux.txt)0
-rw-r--r--library/cpp/threading/chunk_queue/CMakeLists.txt4
-rw-r--r--library/cpp/threading/equeue/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/threading/equeue/CMakeLists.darwin.txt)0
-rw-r--r--library/cpp/threading/equeue/CMakeLists.linux-x86_64.txt (renamed from library/cpp/threading/equeue/CMakeLists.linux.txt)0
-rw-r--r--library/cpp/threading/equeue/CMakeLists.txt4
-rw-r--r--library/cpp/threading/future/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/threading/future/CMakeLists.darwin.txt)0
-rw-r--r--library/cpp/threading/future/CMakeLists.linux-x86_64.txt (renamed from library/cpp/threading/future/CMakeLists.linux.txt)0
-rw-r--r--library/cpp/threading/future/CMakeLists.txt4
-rw-r--r--library/cpp/threading/light_rw_lock/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/threading/light_rw_lock/CMakeLists.darwin.txt)0
-rw-r--r--library/cpp/threading/light_rw_lock/CMakeLists.linux-x86_64.txt (renamed from library/cpp/threading/light_rw_lock/CMakeLists.linux.txt)0
-rw-r--r--library/cpp/threading/light_rw_lock/CMakeLists.txt4
-rw-r--r--library/cpp/threading/local_executor/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/threading/local_executor/CMakeLists.darwin.txt)0
-rw-r--r--library/cpp/threading/local_executor/CMakeLists.linux-x86_64.txt (renamed from library/cpp/threading/local_executor/CMakeLists.linux.txt)0
-rw-r--r--library/cpp/threading/local_executor/CMakeLists.txt4
-rw-r--r--library/cpp/threading/poor_man_openmp/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/threading/poor_man_openmp/CMakeLists.darwin.txt)0
-rw-r--r--library/cpp/threading/poor_man_openmp/CMakeLists.linux-x86_64.txt (renamed from library/cpp/threading/poor_man_openmp/CMakeLists.linux.txt)0
-rw-r--r--library/cpp/threading/poor_man_openmp/CMakeLists.txt4
-rw-r--r--library/cpp/threading/queue/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/threading/queue/CMakeLists.darwin.txt)0
-rw-r--r--library/cpp/threading/queue/CMakeLists.linux-x86_64.txt (renamed from library/cpp/threading/queue/CMakeLists.linux.txt)0
-rw-r--r--library/cpp/threading/queue/CMakeLists.txt4
-rw-r--r--library/cpp/threading/skip_list/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/threading/skip_list/CMakeLists.darwin.txt)0
-rw-r--r--library/cpp/threading/skip_list/CMakeLists.linux-x86_64.txt (renamed from library/cpp/threading/skip_list/CMakeLists.linux.txt)0
-rw-r--r--library/cpp/threading/skip_list/CMakeLists.txt4
-rw-r--r--library/cpp/threading/task_scheduler/CMakeLists.darwin-x86_64.txt (renamed from library/cpp/threading/task_scheduler/CMakeLists.darwin.txt)0
-rw-r--r--library/cpp/threading/task_scheduler/CMakeLists.linux-x86_64.txt (renamed from library/cpp/threading/task_scheduler/CMakeLists.linux.txt)0
-rw-r--r--library/cpp/threading/task_scheduler/CMakeLists.txt4
30 files changed, 20 insertions, 20 deletions
diff --git a/library/cpp/threading/atomic/CMakeLists.darwin.txt b/library/cpp/threading/atomic/CMakeLists.darwin-x86_64.txt
index d9f7098b347..d9f7098b347 100644
--- a/library/cpp/threading/atomic/CMakeLists.darwin.txt
+++ b/library/cpp/threading/atomic/CMakeLists.darwin-x86_64.txt
diff --git a/library/cpp/threading/atomic/CMakeLists.linux.txt b/library/cpp/threading/atomic/CMakeLists.linux-x86_64.txt
index a43a6589081..a43a6589081 100644
--- a/library/cpp/threading/atomic/CMakeLists.linux.txt
+++ b/library/cpp/threading/atomic/CMakeLists.linux-x86_64.txt
diff --git a/library/cpp/threading/atomic/CMakeLists.txt b/library/cpp/threading/atomic/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/library/cpp/threading/atomic/CMakeLists.txt
+++ b/library/cpp/threading/atomic/CMakeLists.txt
@@ -9,7 +9,7 @@
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin.txt)
+ include(CMakeLists.darwin-x86_64.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA)
- include(CMakeLists.linux.txt)
+ include(CMakeLists.linux-x86_64.txt)
endif()
diff --git a/library/cpp/threading/chunk_queue/CMakeLists.darwin.txt b/library/cpp/threading/chunk_queue/CMakeLists.darwin-x86_64.txt
index 454bf560f9f..454bf560f9f 100644
--- a/library/cpp/threading/chunk_queue/CMakeLists.darwin.txt
+++ b/library/cpp/threading/chunk_queue/CMakeLists.darwin-x86_64.txt
diff --git a/library/cpp/threading/chunk_queue/CMakeLists.linux.txt b/library/cpp/threading/chunk_queue/CMakeLists.linux-x86_64.txt
index d8895e6dbfa..d8895e6dbfa 100644
--- a/library/cpp/threading/chunk_queue/CMakeLists.linux.txt
+++ b/library/cpp/threading/chunk_queue/CMakeLists.linux-x86_64.txt
diff --git a/library/cpp/threading/chunk_queue/CMakeLists.txt b/library/cpp/threading/chunk_queue/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/library/cpp/threading/chunk_queue/CMakeLists.txt
+++ b/library/cpp/threading/chunk_queue/CMakeLists.txt
@@ -9,7 +9,7 @@
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin.txt)
+ include(CMakeLists.darwin-x86_64.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA)
- include(CMakeLists.linux.txt)
+ include(CMakeLists.linux-x86_64.txt)
endif()
diff --git a/library/cpp/threading/equeue/CMakeLists.darwin.txt b/library/cpp/threading/equeue/CMakeLists.darwin-x86_64.txt
index 902b6d7a9ac..902b6d7a9ac 100644
--- a/library/cpp/threading/equeue/CMakeLists.darwin.txt
+++ b/library/cpp/threading/equeue/CMakeLists.darwin-x86_64.txt
diff --git a/library/cpp/threading/equeue/CMakeLists.linux.txt b/library/cpp/threading/equeue/CMakeLists.linux-x86_64.txt
index 5653d3d3f3f..5653d3d3f3f 100644
--- a/library/cpp/threading/equeue/CMakeLists.linux.txt
+++ b/library/cpp/threading/equeue/CMakeLists.linux-x86_64.txt
diff --git a/library/cpp/threading/equeue/CMakeLists.txt b/library/cpp/threading/equeue/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/library/cpp/threading/equeue/CMakeLists.txt
+++ b/library/cpp/threading/equeue/CMakeLists.txt
@@ -9,7 +9,7 @@
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin.txt)
+ include(CMakeLists.darwin-x86_64.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA)
- include(CMakeLists.linux.txt)
+ include(CMakeLists.linux-x86_64.txt)
endif()
diff --git a/library/cpp/threading/future/CMakeLists.darwin.txt b/library/cpp/threading/future/CMakeLists.darwin-x86_64.txt
index 66d221dbbb4..66d221dbbb4 100644
--- a/library/cpp/threading/future/CMakeLists.darwin.txt
+++ b/library/cpp/threading/future/CMakeLists.darwin-x86_64.txt
diff --git a/library/cpp/threading/future/CMakeLists.linux.txt b/library/cpp/threading/future/CMakeLists.linux-x86_64.txt
index ae643a1bc46..ae643a1bc46 100644
--- a/library/cpp/threading/future/CMakeLists.linux.txt
+++ b/library/cpp/threading/future/CMakeLists.linux-x86_64.txt
diff --git a/library/cpp/threading/future/CMakeLists.txt b/library/cpp/threading/future/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/library/cpp/threading/future/CMakeLists.txt
+++ b/library/cpp/threading/future/CMakeLists.txt
@@ -9,7 +9,7 @@
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin.txt)
+ include(CMakeLists.darwin-x86_64.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA)
- include(CMakeLists.linux.txt)
+ include(CMakeLists.linux-x86_64.txt)
endif()
diff --git a/library/cpp/threading/light_rw_lock/CMakeLists.darwin.txt b/library/cpp/threading/light_rw_lock/CMakeLists.darwin-x86_64.txt
index 934c52018ec..934c52018ec 100644
--- a/library/cpp/threading/light_rw_lock/CMakeLists.darwin.txt
+++ b/library/cpp/threading/light_rw_lock/CMakeLists.darwin-x86_64.txt
diff --git a/library/cpp/threading/light_rw_lock/CMakeLists.linux.txt b/library/cpp/threading/light_rw_lock/CMakeLists.linux-x86_64.txt
index 2f54f7fe5b7..2f54f7fe5b7 100644
--- a/library/cpp/threading/light_rw_lock/CMakeLists.linux.txt
+++ b/library/cpp/threading/light_rw_lock/CMakeLists.linux-x86_64.txt
diff --git a/library/cpp/threading/light_rw_lock/CMakeLists.txt b/library/cpp/threading/light_rw_lock/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/library/cpp/threading/light_rw_lock/CMakeLists.txt
+++ b/library/cpp/threading/light_rw_lock/CMakeLists.txt
@@ -9,7 +9,7 @@
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin.txt)
+ include(CMakeLists.darwin-x86_64.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA)
- include(CMakeLists.linux.txt)
+ include(CMakeLists.linux-x86_64.txt)
endif()
diff --git a/library/cpp/threading/local_executor/CMakeLists.darwin.txt b/library/cpp/threading/local_executor/CMakeLists.darwin-x86_64.txt
index a88a439f243..a88a439f243 100644
--- a/library/cpp/threading/local_executor/CMakeLists.darwin.txt
+++ b/library/cpp/threading/local_executor/CMakeLists.darwin-x86_64.txt
diff --git a/library/cpp/threading/local_executor/CMakeLists.linux.txt b/library/cpp/threading/local_executor/CMakeLists.linux-x86_64.txt
index ab5a6d971f9..ab5a6d971f9 100644
--- a/library/cpp/threading/local_executor/CMakeLists.linux.txt
+++ b/library/cpp/threading/local_executor/CMakeLists.linux-x86_64.txt
diff --git a/library/cpp/threading/local_executor/CMakeLists.txt b/library/cpp/threading/local_executor/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/library/cpp/threading/local_executor/CMakeLists.txt
+++ b/library/cpp/threading/local_executor/CMakeLists.txt
@@ -9,7 +9,7 @@
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin.txt)
+ include(CMakeLists.darwin-x86_64.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA)
- include(CMakeLists.linux.txt)
+ include(CMakeLists.linux-x86_64.txt)
endif()
diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.darwin.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.darwin-x86_64.txt
index 116045cc832..116045cc832 100644
--- a/library/cpp/threading/poor_man_openmp/CMakeLists.darwin.txt
+++ b/library/cpp/threading/poor_man_openmp/CMakeLists.darwin-x86_64.txt
diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.linux.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.linux-x86_64.txt
index a33df23eaca..a33df23eaca 100644
--- a/library/cpp/threading/poor_man_openmp/CMakeLists.linux.txt
+++ b/library/cpp/threading/poor_man_openmp/CMakeLists.linux-x86_64.txt
diff --git a/library/cpp/threading/poor_man_openmp/CMakeLists.txt b/library/cpp/threading/poor_man_openmp/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/library/cpp/threading/poor_man_openmp/CMakeLists.txt
+++ b/library/cpp/threading/poor_man_openmp/CMakeLists.txt
@@ -9,7 +9,7 @@
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin.txt)
+ include(CMakeLists.darwin-x86_64.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA)
- include(CMakeLists.linux.txt)
+ include(CMakeLists.linux-x86_64.txt)
endif()
diff --git a/library/cpp/threading/queue/CMakeLists.darwin.txt b/library/cpp/threading/queue/CMakeLists.darwin-x86_64.txt
index ff0797688e7..ff0797688e7 100644
--- a/library/cpp/threading/queue/CMakeLists.darwin.txt
+++ b/library/cpp/threading/queue/CMakeLists.darwin-x86_64.txt
diff --git a/library/cpp/threading/queue/CMakeLists.linux.txt b/library/cpp/threading/queue/CMakeLists.linux-x86_64.txt
index c6338ea17b0..c6338ea17b0 100644
--- a/library/cpp/threading/queue/CMakeLists.linux.txt
+++ b/library/cpp/threading/queue/CMakeLists.linux-x86_64.txt
diff --git a/library/cpp/threading/queue/CMakeLists.txt b/library/cpp/threading/queue/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/library/cpp/threading/queue/CMakeLists.txt
+++ b/library/cpp/threading/queue/CMakeLists.txt
@@ -9,7 +9,7 @@
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin.txt)
+ include(CMakeLists.darwin-x86_64.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA)
- include(CMakeLists.linux.txt)
+ include(CMakeLists.linux-x86_64.txt)
endif()
diff --git a/library/cpp/threading/skip_list/CMakeLists.darwin.txt b/library/cpp/threading/skip_list/CMakeLists.darwin-x86_64.txt
index e364879e721..e364879e721 100644
--- a/library/cpp/threading/skip_list/CMakeLists.darwin.txt
+++ b/library/cpp/threading/skip_list/CMakeLists.darwin-x86_64.txt
diff --git a/library/cpp/threading/skip_list/CMakeLists.linux.txt b/library/cpp/threading/skip_list/CMakeLists.linux-x86_64.txt
index 81907f6776d..81907f6776d 100644
--- a/library/cpp/threading/skip_list/CMakeLists.linux.txt
+++ b/library/cpp/threading/skip_list/CMakeLists.linux-x86_64.txt
diff --git a/library/cpp/threading/skip_list/CMakeLists.txt b/library/cpp/threading/skip_list/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/library/cpp/threading/skip_list/CMakeLists.txt
+++ b/library/cpp/threading/skip_list/CMakeLists.txt
@@ -9,7 +9,7 @@
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin.txt)
+ include(CMakeLists.darwin-x86_64.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA)
- include(CMakeLists.linux.txt)
+ include(CMakeLists.linux-x86_64.txt)
endif()
diff --git a/library/cpp/threading/task_scheduler/CMakeLists.darwin.txt b/library/cpp/threading/task_scheduler/CMakeLists.darwin-x86_64.txt
index 61c6127690e..61c6127690e 100644
--- a/library/cpp/threading/task_scheduler/CMakeLists.darwin.txt
+++ b/library/cpp/threading/task_scheduler/CMakeLists.darwin-x86_64.txt
diff --git a/library/cpp/threading/task_scheduler/CMakeLists.linux.txt b/library/cpp/threading/task_scheduler/CMakeLists.linux-x86_64.txt
index 929d3f00db0..929d3f00db0 100644
--- a/library/cpp/threading/task_scheduler/CMakeLists.linux.txt
+++ b/library/cpp/threading/task_scheduler/CMakeLists.linux-x86_64.txt
diff --git a/library/cpp/threading/task_scheduler/CMakeLists.txt b/library/cpp/threading/task_scheduler/CMakeLists.txt
index eee324bb607..8f8c04afe54 100644
--- a/library/cpp/threading/task_scheduler/CMakeLists.txt
+++ b/library/cpp/threading/task_scheduler/CMakeLists.txt
@@ -9,7 +9,7 @@
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID)
include(CMakeLists.linux-aarch64.txt)
elseif (APPLE AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
- include(CMakeLists.darwin.txt)
+ include(CMakeLists.darwin-x86_64.txt)
elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAVE_CUDA)
- include(CMakeLists.linux.txt)
+ include(CMakeLists.linux-x86_64.txt)
endif()