Sha256: f017cc4bec6f5e922e58c58d240b5432a0375874c221e09d95a3af0be30c224f
Contents?: true
Size: 526 Bytes
Versions: 1
Compression:
Stored size: 526 Bytes
Contents
/////////////////////////////////////////////////////////////////////////////// // /// \file hardware_cputhreads.c /// \brief Get the number of CPU threads or cores // // Author: Lasse Collin // // This file has been put into the public domain. // You can do whatever you want with this file. // /////////////////////////////////////////////////////////////////////////////// #include "common.h" #include "tuklib_cpucores.h" extern LZMA_API(uint32_t) lzma_cputhreads(void) { return tuklib_cpucores(); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
laag-xz-5.2.4.0 | vendor/git.tukaani.org/xz/src/liblzma/common/hardware_cputhreads.c |