Bitcoin Core 30.99.0
P2P Digital Currency
Classes | Functions
threadinterrupt.h File Reference
#include <test/fuzz/FuzzedDataProvider.h>
#include <util/threadinterrupt.h>
#include <memory>
Include dependency graph for threadinterrupt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FuzzedThreadInterrupt
 Mocked CThreadInterrupt that returns "randomly" whether it is interrupted and never sleeps. More...
 

Functions

std::shared_ptr< CThreadInterruptConsumeThreadInterrupt (FuzzedDataProvider &fuzzed_data_provider)
 

Function Documentation

◆ ConsumeThreadInterrupt()

std::shared_ptr< CThreadInterrupt > ConsumeThreadInterrupt ( FuzzedDataProvider fuzzed_data_provider)
inline

Definition at line 28 of file threadinterrupt.h.

Here is the caller graph for this function: