![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#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 112 of file system.cpp.
| int64_t GetStartupTime | ( | ) |
| void SetupEnvironment | ( | ) |
| bool SetupNetworking | ( | ) |
| std::string ShellEscape | ( | const std::string & | arg | ) |
Definition at line 44 of file system.cpp.