Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <common/system.h>
#include <logging.h>
#include <util/string.h>
#include <util/time.h>
#include <util/translation.h>
#include <cstdlib>
#include <locale>
#include <stdexcept>
#include <string>
#include <thread>
#include <sys/stat.h>
Go to the source code of this file.
Functions | |
std::string | ShellEscape (const std::string &arg) |
void | SetupEnvironment () |
bool | SetupNetworking () |
int | GetNumCores () |
Return the number of cores available on the current system. | |
int64_t | GetStartupTime () |
Variables | |
const int64_t | nStartupTime = GetTime() |
int GetNumCores | ( | ) |
Return the number of cores available on the current system.
Definition at line 111 of file system.cpp.
int64_t GetStartupTime | ( | ) |
void SetupEnvironment | ( | ) |
Definition at line 70 of file system.cpp.
bool SetupNetworking | ( | ) |
Definition at line 98 of file system.cpp.
std::string ShellEscape | ( | const std::string & | arg | ) |
Definition at line 43 of file system.cpp.
Definition at line 40 of file system.cpp.