![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <random.h>#include <scheduler.h>#include <util/time.h>#include <boost/test/unit_test.hpp>#include <functional>#include <mutex>#include <thread>#include <vector>Go to the source code of this file.
Functions | |
| static void | microTask (CScheduler &s, std::mutex &mutex, int &counter, int delta, std::chrono::steady_clock::time_point rescheduleTime) |
| BOOST_AUTO_TEST_CASE (manythreads) | |
| BOOST_AUTO_TEST_CASE (wait_until_past) | |
| BOOST_AUTO_TEST_CASE (singlethreadedscheduler_ordered) | |
| BOOST_AUTO_TEST_CASE (mockforward) | |
| BOOST_AUTO_TEST_CASE | ( | manythreads | ) |
| BOOST_AUTO_TEST_CASE | ( | mockforward | ) |
| BOOST_AUTO_TEST_CASE | ( | singlethreadedscheduler_ordered | ) |
| BOOST_AUTO_TEST_CASE | ( | wait_until_past | ) |
|
static |
Definition at line 18 of file scheduler_tests.cpp.