Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbbbind.cpp File Reference
#include "tbb/tbb_stddef.h"
#include "tbb/task_arena.h"
#include "tbb/task_scheduler_observer.h"
#include "tbb/tbb_allocator.h"
#include <hwloc.h>
#include <vector>
Include dependency graph for tbbbind.cpp:

Go to the source code of this file.

Classes

class  tbb::internal::platform_topology
 
class  tbb::internal::numa_affinity_handler
 
class  tbb::internal::numa_binding_observer
 

Namespaces

 tbb
 The graph class.
 
 tbb::internal
 Identifiers declared inside namespace internal should never be used directly by client code.
 

Macros

#define assertion_hwloc_wrapper(command, ...)   __TBB_ASSERT_EX( (command(__VA_ARGS__)) >= 0, "Error occurred during call to hwloc API.");
 

Functions

void tbb::internal::initialize_numa_topology (size_t groups_num, int &nodes_count, int *&indexes_list, int *&concurrency_list)
 
task_scheduler_observer * tbb::internal::subscribe_arena (task_arena *ta, int numa_id, int num_slots)
 
void tbb::internal::unsubscribe_arena (task_scheduler_observer *binding_observer)
 

Macro Definition Documentation

◆ assertion_hwloc_wrapper

#define assertion_hwloc_wrapper (   command,
  ... 
)    __TBB_ASSERT_EX( (command(__VA_ARGS__)) >= 0, "Error occurred during call to hwloc API.");

Copyright © 2005-2019 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.