Difference between revisions of "NewtonGetMaxThreadsCount"

From Newton Wiki
Jump to: navigation, search
 
m (1 revision imported)
 
(No difference)

Latest revision as of 08:02, 10 June 2019

NewtonGetMaxThreadsCount

int NewtonGetMaxThreadsCount(const NewtonWorld* const newtonWorld)

Usage

Return the maximum number of threads supported on this platform.

Parameters

  • const NewtonWorld* const newtonWorld

Return

  • int

Description

  • This function will return 1 on single core version of the library.
  • // fixme; what is a single core version?

See also

NewtonSetThreadsCount NewtonSetMultiThreadSolverOnSingleIsland