opencv/3rdparty/tbb/arm_linux_stub.cpp

12 lines
193 B
C++
Raw Normal View History

2013-02-06 18:41:58 +08:00
#include "tbb/tbb_misc.h"
namespace tbb {
namespace internal {
2017-06-02 17:49:11 +08:00
void affinity_helper::protect_affinity_mask(bool) {}
2013-02-06 18:41:58 +08:00
affinity_helper::~affinity_helper() {}
2017-06-02 17:49:11 +08:00
void destroy_process_mask() {}
2013-02-06 18:41:58 +08:00
}
}