OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PerThread
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
NonBlockingThreadPool.h
76
PerThread
* pt = GetPerThread();
105
const
PerThread
* pt =
117
struct
PerThread
{
118
constexpr
PerThread
() : pool(NULL), rand(0), thread_id(-1) { }
136
PerThread
* pt = GetPerThread();
174
PerThread
* pt = GetPerThread();
238
PerThread
* pt = GetPerThread();
255
static EIGEN_STRONG_INLINE
PerThread
* GetPerThread() {
256
EIGEN_THREAD_LOCAL
PerThread
per_thread_;
257
PerThread
* pt = &per_thread_
[
all
...]
SimpleThreadPool.h
77
const
PerThread
* pt = this->GetPerThread();
88
PerThread
* pt = GetPerThread();
130
struct
PerThread
{
131
constexpr
PerThread
() : pool(NULL), thread_id(-1) { }
144
PerThread
* GetPerThread() const {
145
EIGEN_THREAD_LOCAL
PerThread
per_thread;
Completed in 184 milliseconds