SST/macro
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sstmac
libraries
pthread
sstmac_cpu_set.h
Go to the documentation of this file.
1
#ifndef SSMAC_CPU_SET_H
2
#define SSMAC_CPU_SET_H
3
4
#include <stdint.h>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
typedef
struct
11
{
12
uint64_t
cpubits
;
13
}
sstmac_cpu_set_t
;
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif // SSMAC_CPU_SET_H
sstmac_cpu_set_t::cpubits
uint64_t cpubits
Definition:
sstmac_cpu_set.h:12
sstmac_cpu_set_t
Definition:
sstmac_cpu_set.h:10
Generated by
1.8.11