13#if __cplusplus >= 202002L
16 static std::mutex stream_mutex;
22#if __cplusplus >= 202002L
25 static std::atomic<bool>
32#if __cplusplus >= 202002L
35 static std::atomic<long unsigned int>
37 return max_num_threads;
42#if __cplusplus >= 202002L
45 static std::mutex tests_mutex;
51#if __cplusplus >= 202002L
54 static std::atomic<bool>
61 static std::vector<std::thread> thread_pool;
std::atomic< long unsigned int > & get_max_num_threads()
std::vector< std::thread > & get_thread_pool()
std::mutex & get_tests_mutex()
std::atomic< bool > & get_verbose()
std::atomic< bool > & get_is_threaded()
std::mutex & get_stream_mutex()