#include <nitro/os.h>
int OS_GetNumberOfThread( void );
None.
The number of threads currently being created.
This function gets the number of threads currently being created. The value refers to the number of threads currently being run by the program on the processor, and does not relate to the number of other threads running on another processor.
OS_InitThread, OS_CreateThread
05/26/2004 Initial Version