KmlVmlGetMaxThreads
Obtain the number of running threads.
Interface Definition
int KmlVmlGetMaxThreads(void)
Return Value
The number of running threads is returned. The maximum value is the number of CPU cores.
Dependencies
#include "kvml.h"
Examples
int nthreads = KmlVmlGetMaxThreads(); // Obtain the number of running threads.
Parent topic: Function Syntax