Bitcoin ABC
0.31.0
P2P Digital Currency
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Variables
a
b
c
d
f
g
h
i
k
m
n
o
p
s
t
u
v
w
Typedefs
Enumerations
Enumerator
a
b
c
d
e
h
i
l
m
n
p
q
r
s
t
u
v
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
!
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
!
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
m
n
o
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Properties
Related Functions
:
a
b
c
d
e
f
g
i
o
p
r
s
t
u
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
b
c
d
e
h
i
k
l
m
n
p
r
s
t
u
v
Enumerations
b
c
d
e
f
g
h
i
j
m
n
o
p
r
s
t
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
x
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
common
system.h
Go to the documentation of this file.
1
// Copyright (c) 2009-2010 Satoshi Nakamoto
2
// Copyright (c) 2009-2019 The Bitcoin Core developers
3
// Distributed under the MIT software license, see the accompanying
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
6
#ifndef BITCOIN_COMMON_SYSTEM_H
7
#define BITCOIN_COMMON_SYSTEM_H
8
9
#if defined(HAVE_CONFIG_H)
10
#include <config/bitcoin-config.h>
11
#endif
12
13
#include <
compat.h
>
14
#include <
compat/assumptions.h
>
15
16
#include <cstdint>
17
#include <set>
18
#include <string>
19
20
// Application startup time (used for uptime calculation)
21
int64_t
GetStartupTime
();
22
23
void
SetupEnvironment
();
24
bool
SetupNetworking
();
25
#ifndef WIN32
26
std::string
ShellEscape
(
const
std::string &arg);
27
#endif
28
#if defined(HAVE_SYSTEM)
29
void
runCommand(
const
std::string &strCommand);
30
#endif
31
37
int
GetNumCores
();
38
39
#endif
// BITCOIN_COMMON_SYSTEM_H
assumptions.h
compat.h
GetStartupTime
int64_t GetStartupTime()
Definition:
system.cpp:116
SetupNetworking
bool SetupNetworking()
Definition:
system.cpp:98
SetupEnvironment
void SetupEnvironment()
Definition:
system.cpp:70
GetNumCores
int GetNumCores()
Return the number of cores available on the current system.
Definition:
system.cpp:111
ShellEscape
std::string ShellEscape(const std::string &arg)
Definition:
system.cpp:43
Generated on Thu Apr 3 2025 15:27:52 for Bitcoin ABC by
1.9.4