Home | Sort by relevance Sort by last modified time |
/system/extras/memory_replay/ | |
Threads.h | 37 size_t num_threads() { return num_threads_; } 46 size_t num_threads_= 0; member in class:Threads |
/external/libchrome/base/threading/ | |
simple_thread.h | 188 int num_threads_; member in class:base::DelegateSimpleThreadPool |
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ | |
TensorDeviceThreadPool.h | 109 ThreadPoolDevice(ThreadPoolInterface* pool, int num_cores) : pool_(pool), num_threads_(num_cores) { } 134 return num_threads_; 143 return l3CacheSize() / num_threads_; 273 int num_threads_; member in struct:Eigen::ThreadPoolDevice |
TensorContractionThreadPool.h | 313 num_threads_(num_threads), 404 const int num_threads_; member in class:Eigen::TensorEvaluator::Context [all...] |