Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <bitcoin-build-config.h>
#include <cstdint>
#include <string>
Go to the source code of this file.
Functions | |
int64_t | GetStartupTime () |
void | SetupEnvironment () |
bool | SetupNetworking () |
std::string | ShellEscape (const std::string &arg) |
int | GetNumCores () |
Return the number of cores available on the current system. More... | |
int GetNumCores | ( | ) |
Return the number of cores available on the current system.
Definition at line 103 of file system.cpp.
int64_t GetStartupTime | ( | ) |
void SetupEnvironment | ( | ) |
Definition at line 59 of file system.cpp.
bool SetupNetworking | ( | ) |
std::string ShellEscape | ( | const std::string & | arg | ) |
Definition at line 37 of file system.cpp.