Rizin
unix-like reverse engineering framework and cli tools
hardware_cputhreads.c
Go to the documentation of this file.
1
//
5
//
6
// Author: Lasse Collin
7
//
8
// This file has been put into the public domain.
9
// You can do whatever you want with this file.
10
//
12
13
#include "
common.h
"
14
15
#include "
tuklib_cpucores.h
"
16
17
18
extern
LZMA_API
(
uint32_t
)
19
lzma_cputhreads(
void
)
20
{
21
return
tuklib_cpucores
();
22
}
LZMA_API
LZMA_API(uint32_t)
Definition:
hardware_cputhreads.c:18
uint32_t
unsigned int uint32_t
Definition:
sftypes.h:29
common.h
Definitions common to the whole liblzma library.
tuklib_cpucores
uint32_t tuklib_cpucores(void)
Definition:
tuklib_cpucores.c:47
tuklib_cpucores.h
Get the number of CPU cores online.
subprojects
xz-5.2.5
src
liblzma
common
hardware_cputhreads.c
Generated by
1.9.1