Searched refs:m_threadCount (Results 1 – 6 of 6) sorted by relevance
32 private int m_threadCount= -1; field in XmlTest197 return m_threadCount > 0 ? m_threadCount : getSuite().getThreadCount(); in getThreadCount()201 m_threadCount = threadCount; in setThreadCount()476 if (m_threadCount != -1) { in toXml()477 p.setProperty("thread-count", Integer.toString(m_threadCount)); in toXml()758 result = prime * result + m_threadCount; in hashCode()840 if (m_threadCount != other.m_threadCount) in equals()
90 private int m_threadCount = DEFAULT_THREAD_COUNT; field in XmlSuite383 return m_threadCount; in getThreadCount()391 m_threadCount = threadCount; in setThreadCount()789 result = prime * result + m_threadCount; in hashCode()915 if (m_threadCount != other.m_threadCount) in equals()
32 private int m_threadCount; field in GraphThreadPoolExecutor39 m_threadCount = maximumPoolSize; in GraphThreadPoolExecutor()
157 int m_threadCount; member in deqp::egl::MultiThreadedTest256 , m_threadCount (threadCount) in MultiThreadedTest()296 if (waiters == m_threadCount) in barrier()338 m_threads.reserve(m_threadCount); in iterate()340 for (int threadNdx = 0; threadNdx < m_threadCount; threadNdx++) in iterate()359 if (readyCount == m_threadCount) in iterate()
147 protected String m_threadCount; field in TestNGAntTask175 m_threadCount= threadCount; in setThreadCount()560 addStringIfNotNull(argv, CommandLineArgs.THREAD_COUNT, m_threadCount); in createArguments()
159 private int m_threadCount; field in TestNG467 m_threadCount = threadCount; in setThreadCount()855 s.setThreadCount(m_threadCount); in initializeCommandLineSuitesParams()