OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_numThreads
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/delibs/decpp/
deSpinBarrier.cpp
36
,
m_numThreads
(numThreads)
54
m_numThreads
= numThreads;
78
const deInt32 cachedNumThreads =
m_numThreads
;
96
// If m_numRemoved > 0,
m_numThreads
will decrease. If
m_numThreads
is decreased
98
// threads. Since
m_numThreads
only changes if all threads are inside the spinbarrier,
105
m_numThreads
-= m_numRemoved;
106
m_numLeaving =
m_numThreads
;
129
const deInt32 cachedNumThreads =
m_numThreads
;
151
m_numThreads
-= m_numRemoved
[
all
...]
deSpinBarrier.hpp
78
volatile deInt32
m_numThreads
;
Completed in 41 milliseconds