Sign in
fuchsia
/
third_party
/
github.com
/
pytorch
/
cpuinfo
/
refs/heads/main
/
.
/
src
/
freebsd
/
api.h
blob: d3774370cd86d3e9519c11c7af658f2c517b3af1 [
file
] [
log
] [
blame
] [
edit
]
#pragma
once
#include
<stdint.h>
struct
cpuinfo_freebsd_topology
{
uint32_t
packages
;
uint32_t
cores
;
uint32_t
threads
;
uint32_t
threads_per_core
;
};
struct
cpuinfo_freebsd_topology cpuinfo_freebsd_detect_topology
(
void
);