size_t -> int

This commit is contained in:
Rasmus Munk Larsen
2016-06-03 18:06:37 -07:00
parent 76308e7fd2
commit f1f2ff8208
5 changed files with 21 additions and 21 deletions

View File

@@ -172,7 +172,7 @@ struct ThreadPoolDevice {
pool_->Schedule(func);
}
EIGEN_STRONG_INLINE size_t currentThreadId() const {
EIGEN_STRONG_INLINE int currentThreadId() const {
return pool_->CurrentThreadId();
}