Simd Library Documentation.

Home | Release Notes | Download | Documentation | Issues | GitHub
Thread Utilities

Functions for thread management. More...

Functions

SIMD_API size_t SimdGetThreadNumber ()
 Gets number of threads used by Simd Library to parallelize some algorithms. More...
 
SIMD_API void SimdSetThreadNumber (size_t threadNumber)
 Sets number of threads used by Simd Library to parallelize some algorithms. More...
 

Detailed Description

Functions for thread management.

Function Documentation

◆ SimdGetThreadNumber()

size_t SimdGetThreadNumber ( )

Gets number of threads used by Simd Library to parallelize some algorithms.

Returns
current thread number.

◆ SimdSetThreadNumber()

void SimdSetThreadNumber ( size_t  threadNumber)

Sets number of threads used by Simd Library to parallelize some algorithms.

Parameters
[in]threadNumber- a number of threads.