|
valFuzz 1.2.0
|
#include <atomic>#include <functional>#include <mutex>#include <optional>#include <string>#include <thread>Go to the source code of this file.
Namespaces | |
| namespace | valfuzz |
Typedefs | |
| typedef std::function< void(std::string)> | valfuzz::test_function |
| typedef std::pair< std::string, test_function > | valfuzz::test_pair |
Functions | |
| std::mutex & | valfuzz::get_stream_mutex () |
| std::atomic< bool > & | valfuzz::get_verbose () |
| std::atomic< long unsigned int > & | valfuzz::get_max_num_threads () |
| std::mutex & | valfuzz::get_tests_mutex () |
| std::atomic< bool > & | valfuzz::get_is_threaded () |
| std::vector< std::thread > & | valfuzz::get_thread_pool () |