Home
last modified time | relevance | path

Searched refs:m_numThreads (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeSpinBarrier.cpp36 , m_numThreads (numThreads) in SpinBarrier()
54 m_numThreads = numThreads; in reset()
78 const deInt32 cachedNumThreads = m_numThreads; in sync()
105 m_numThreads -= m_numRemoved; in sync()
106 m_numLeaving = m_numThreads; in sync()
129 const deInt32 cachedNumThreads = m_numThreads; in removeThread()
151 m_numThreads -= m_numRemoved; in removeThread()
152 m_numLeaving = m_numThreads; in removeThread()
178 , m_numThreads (numThreads) in TestThread()
180 , m_busyOk ((deUint32)m_numThreads <= deGetNumAvailableLogicalCores()) in TestThread()
[all …]
DdeSpinBarrier.hpp78 volatile deInt32 m_numThreads; member in de::SpinBarrier