![]() |
Bitcoin Core
25.99.0
P2P Digital Currency
|
#include <compat/assumptions.h>
#include <compat/compat.h>
#include <set>
#include <stdint.h>
#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 98 of file system.cpp.
int64_t GetStartupTime | ( | ) |
void SetupEnvironment | ( | ) |
Definition at line 54 of file system.cpp.
bool SetupNetworking | ( | ) |
std::string ShellEscape | ( | const std::string & | arg | ) |
Definition at line 32 of file system.cpp.