Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Functions
shutdown.cpp File Reference
#include <shutdown.h>
#include <atomic>
Include dependency graph for shutdown.cpp:

Go to the source code of this file.

Functions

static std::atomic< bool > fRequestShutdown (false)
 
void StartShutdown ()
 
void AbortShutdown ()
 
bool ShutdownRequested ()
 

Function Documentation

void AbortShutdown ( )

Definition at line 16 of file shutdown.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

static std::atomic<bool> fRequestShutdown ( false  )
static

Here is the caller graph for this function:

bool ShutdownRequested ( )

Definition at line 20 of file shutdown.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void StartShutdown ( )

Definition at line 12 of file shutdown.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: