Searched refs:DEFAULT_THREAD_COUNT (Results 1 – 7 of 7) sorted by relevance
28 #ifndef DEFAULT_THREAD_COUNT29 #define DEFAULT_THREAD_COUNT 0 macro
733 config.threadCount = ini.getInteger("Processor", "ThreadCount", DEFAULT_THREAD_COUNT); in readConfiguration()
117 #define DEFAULT_THREAD_COUNT 8 macro131 thread_count = DEFAULT_THREAD_COUNT; in main()
89 public static final Integer DEFAULT_THREAD_COUNT = 5; field in XmlSuite90 private int m_threadCount = DEFAULT_THREAD_COUNT;477 DEFAULT_THREAD_COUNT.toString()); in toXml()
88 maybeAdd(result, "threadCount", suite.getThreadCount(), XmlSuite.DEFAULT_THREAD_COUNT); in toYaml()