Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <sync.h>
#include <test/util/setup_common.h>
#include <boost/test/unit_test.hpp>
#include <mutex>
#include <stdexcept>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (potential_deadlock_detected) | |
BOOST_AUTO_TEST_CASE (inconsistent_lock_order_detected) | |
BOOST_AUTO_TEST_CASE | ( | inconsistent_lock_order_detected | ) |
Definition at line 119 of file sync_tests.cpp.
BOOST_AUTO_TEST_CASE | ( | potential_deadlock_detected | ) |
Definition at line 82 of file sync_tests.cpp.