#include <compat.h>
#include <compat/assumptions.h>
#include <cstdint>
#include <set>
#include <string>
Go to the source code of this file.
◆ GetNumCores()
Return the number of cores available on the current system.
- Note
- This does count virtual cores, such as those provided by HyperThreading.
Definition at line 111 of file system.cpp.
◆ GetStartupTime()
int64_t GetStartupTime |
( |
| ) |
|
◆ SetupEnvironment()
void SetupEnvironment |
( |
| ) |
|
◆ SetupNetworking()
◆ ShellEscape()
std::string ShellEscape |
( |
const std::string & |
arg | ) |
|