Rizin
unix-like reverse engineering framework and cli tools
hardware_cputhreads.c File Reference

Get the number of CPU threads or cores. More...

#include "common.h"
#include "tuklib_cpucores.h"

Go to the source code of this file.

Functions

 LZMA_API (uint32_t)
 

Detailed Description

Get the number of CPU threads or cores.

Definition in file hardware_cputhreads.c.

Function Documentation

◆ LZMA_API()

LZMA_API ( uint32_t  )

Definition at line 18 of file hardware_cputhreads.c.

20 {
21  return tuklib_cpucores();
22 }
uint32_t tuklib_cpucores(void)

References tuklib_cpucores().