Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <compat.h>
#include <compat/assumptions.h>
#include <cstdint>
#include <set>
#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. | |
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.