Home
last modified time | relevance | path

Searched refs:NonBlockingThreadPool (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_non_blocking_thread_pool.cpp20 NonBlockingThreadPool tp(i); in test_create_destroy_empty_pool()
29 NonBlockingThreadPool tp(kThreads); in test_parallelism()
/external/eigen/unsupported/Eigen/CXX11/
DThreadPool58 #include "src/ThreadPool/NonBlockingThreadPool.h"
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DNonBlockingThreadPool.h270 typedef NonBlockingThreadPoolTempl<StlThreadEnvironment> NonBlockingThreadPool; typedef
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h19 typedef NonBlockingThreadPool ThreadPool;