10 #ifndef EIGEN_CXX11_THREADPOOL_THREAD_POOL_INTERFACE_H
11 #define EIGEN_CXX11_THREADPOOL_THREAD_POOL_INTERFACE_H
23 virtual void Schedule(std::function<
void()> fn) = 0;
Definition: ThreadPoolInterface.h:20
virtual void ScheduleWithHint(std::function< void()> fn, int, int)
Definition: ThreadPoolInterface.h:27
virtual int CurrentThreadId() const =0
virtual ~ThreadPoolInterface()
Definition: ThreadPoolInterface.h:45
virtual void Schedule(std::function< void()> fn)=0
virtual int NumThreads() const =0
virtual void Cancel()
Definition: ThreadPoolInterface.h:36
Namespace containing all symbols from the Eigen library.
Definition: bench_norm.cpp:70