From 82fcea61c21b31ce325dc47401808dd45d4ef42c Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Tue, 22 Dec 2020 19:34:56 +0000 Subject: wip dynamic_thread_pool_group, so far has Windows support only. Note that LLFIO now hard requires Windows 7 rather than Vista. --- cmake/headers.cmake | 2 ++ cmake/tests.cmake | 1 + 2 files changed, 3 insertions(+) (limited to 'cmake') diff --git a/cmake/headers.cmake b/cmake/headers.cmake index af4511e6..88c7deb9 100644 --- a/cmake/headers.cmake +++ b/cmake/headers.cmake @@ -29,6 +29,7 @@ set(llfio_HEADERS "include/llfio/v2.0/detail/impl/cached_parent_handle_adapter.ipp" "include/llfio/v2.0/detail/impl/clone.ipp" "include/llfio/v2.0/detail/impl/config.ipp" + "include/llfio/v2.0/detail/impl/dynamic_thread_pool_group.ipp" "include/llfio/v2.0/detail/impl/fast_random_file_handle.ipp" "include/llfio/v2.0/detail/impl/io_multiplexer.ipp" "include/llfio/v2.0/detail/impl/path_discovery.ipp" @@ -77,6 +78,7 @@ set(llfio_HEADERS "include/llfio/v2.0/detail/impl/windows/test/iocp_multiplexer.ipp" "include/llfio/v2.0/detail/impl/windows/utils.ipp" "include/llfio/v2.0/directory_handle.hpp" + "include/llfio/v2.0/dynamic_thread_pool_group.hpp" "include/llfio/v2.0/fast_random_file_handle.hpp" "include/llfio/v2.0/file_handle.hpp" "include/llfio/v2.0/fs_handle.hpp" diff --git a/cmake/tests.cmake b/cmake/tests.cmake index 47e3ba9e..de7d54d4 100644 --- a/cmake/tests.cmake +++ b/cmake/tests.cmake @@ -7,6 +7,7 @@ set(llfio_TESTS "test/tests/directory_handle_create_close/runner.cpp" "test/tests/directory_handle_enumerate/kernel_directory_handle_enumerate.cpp.hpp" "test/tests/directory_handle_enumerate/runner.cpp" + "test/tests/dynamic_thread_pool_group.cpp" "test/tests/fast_random_file_handle.cpp" "test/tests/file_handle_create_close/kernel_file_handle.cpp.hpp" "test/tests/file_handle_create_close/runner.cpp" -- cgit v1.2.3