mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
12 lines
193 B
C++
12 lines
193 B
C++
#include "tbb/tbb_misc.h"
|
|
|
|
namespace tbb {
|
|
namespace internal {
|
|
|
|
void affinity_helper::protect_affinity_mask(bool) {}
|
|
affinity_helper::~affinity_helper() {}
|
|
void destroy_process_mask() {}
|
|
|
|
}
|
|
}
|