aboutsummaryrefslogtreecommitdiff
path: root/src/test/scheduler_tests.cpp
AgeCommit message (Expand)Author
2021-01-29refactor: remove boost::thread_group usagefanquake
2021-01-13Add include for std::bind.sinetek
2020-06-25Merge #19090: refactor: Misc scheduler cleanupsMarcoFalke
2020-06-04refactor: Specify boost/thread/thread.hpp explicitlyHennadii Stepanov
2020-05-28scheduler: Replace stop(true) with StopWhenDrained()MarcoFalke
2020-04-18test: Replace boost::mutex with std::mutexHennadii Stepanov
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2020-03-17Merge #18289: refactor: Make scheduler methods type safeMarcoFalke
2020-03-10scheduler: Make schedule* methods type safeMarcoFalke
2020-03-06test: Check that wait_until returns if time point is in the pastMarcoFalke
2020-03-06scheduler_tests: re-enable mockforward testAnthony Towns
2020-03-06scheduler: switch from boost to stdAnthony Towns
2020-03-06Merge #16117: util: Replace boost sleep with std sleepfanquake
2020-02-27test: Disable mockforward scheduler unit test for nowMarcoFalke
2020-02-21util: Remove unused MilliSleepMarcoFalke
2020-02-13[test] unit test for new MockForward scheduler methodAmiti Uttarwar
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2018-10-20scripted-diff: Replace boost::bind with std::bindChun Kuan Lee
2018-08-31Merge #14088: tests: Don't assert(...) with side effectsWladimir J. van der Laan
2018-08-28tests: Fix accidental trunction from int to boolpracticalswift
2018-08-28Don't assert(...) with side effectspracticalswift
2018-08-26Use assert when running from multithreaded code as BOOST_CHECK_* are not thre...Jesse Cohen
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-18Add Unit Test for SingleThreadedSchedulerClientJesse Cohen
2018-02-23Avoid unintentional unsigned integer wraparounds in testspracticalswift
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-06-07[tests] Use FastRandomContext instead of boost::random::{mt19937,uniform_int_...practicalswift
2017-01-22[Trivial] Grammar and typo correctionLauda
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-10-17Kill insecure_random and associated global stateWladimir J. van der Laan
2016-05-06Reenable multithread scheduler test.Pavel Janík
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-01test: Disable scheduler test manythreadsWladimir J. van der Laan
2015-05-16More robust CScheduler unit testGavin Andresen
2015-05-14CScheduler unit testGavin Andresen