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