Skip to main content

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.

See Also

ThreadSafe Functions, ThreadSafe Functions and Multitasking