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) \
16 pthread_cancel(t.native_handle());
17 #define EIGEN_SUPPORTS_THREAD_CANCELLATION 1
19 #define EIGEN_THREAD_CANCEL(t)
23 #endif // EIGEN_CXX11_THREADPOOL_THREAD_CANCEL_H
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:08:56