-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove boost::chrono * make script validation checkqueue threads use internal pool instead of global scheduler pool bitcoin#15632 * Revert "remove boost::chrono" This reverts commit 434d8d7. * remove boost::thread and use std::thread * add cmath to fix build * fix build - add missing headers, change boost::chrono to std chrono * remove static from all critical section code to fix linking error * remove CheckLastCritical from leave critical section * replace boost::interuption point with std:: yield * remove scheduling from bench assemble block * fix hanging benchmark test * fix test - stop scheduler threads separately. * remove this_thread::yield * review feedback - fix unused boost::thread interrupt and comments * fix CI failure in CheckQueueControl. Replace c style interface with RAII class and unique_ptr * change scheduler thread in test_tapyrus to use the same syntax as tapyrusd * fix initialization of scheduler service thread initialize m_request_stop variable in the constructor and handle empty queue length separately * port commits 0682003 to 95ad70a from bitcoin to fix test hanging * ifixing build - use move operations in all vchecks * review feedback - remove unused header
- Loading branch information
1 parent
99471fd
commit 2b47dbf
Showing
32 changed files
with
303 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.