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 
19 lzma_cputhreads(void)
20 {
21  return tuklib_cpucores();
22 }
LZMA_API(uint32_t)
unsigned int uint32_t
Definition: sftypes.h:29
Definitions common to the whole liblzma library.
uint32_t tuklib_cpucores(void)
Get the number of CPU cores online.