Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DNonBlockingThreadPool.h256 EIGEN_THREAD_LOCAL PerThread per_thread_; in GetPerThread() local
257 PerThread* pt = &per_thread_; in GetPerThread()
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc444 thread_local RunHandlerThreadPool::PerThread per_thread_; in GetPerThread() local
445 RunHandlerThreadPool::PerThread* pt = &per_thread_; in GetPerThread()