Go to the documentation of this file.
10 #ifndef EIGEN_CXX11_THREADPOOL_THREAD_CANCEL_H
11 #define EIGEN_CXX11_THREADPOOL_THREAD_CANCEL_H
15 #define EIGEN_THREAD_CANCEL(t) pthread_cancel(t.native_handle());
16 #define EIGEN_SUPPORTS_THREAD_CANCELLATION 1
18 #define EIGEN_THREAD_CANCEL(t)