ThreadGroupCreate
ThreadGroupCreate (nt)
The ThreadGroupCreate function creates a thread group containing nt threads and returns a thread ID number. Use the number of computer processors for nt when trying to improve computation speed using parallel threads. A background worker might use just one thread regardless of the number of processors.