FastFlow  SVN-r182-Aug-14-2014
A high-level, lock-less, parallel programming (shared-memory) and distributed programming (distributed-memory) framework for multi-cores and many-cores systems
 All Classes Namespaces Files Functions Variables Typedefs Groups Pages
Classes | Namespaces
mapper.hpp File Reference

This file contains the thread mapper definition used in FastFlow. More...

#include <stdlib.h>
#include <ff/svector.hpp>
#include <ff/utils.hpp>
#include <ff/mapping_utils.hpp>
+ Include dependency graph for mapper.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  ff::threadMapper
 The thread mapper allows to map threads to specific core using a predefined mapping policy. More...
 

Namespaces

 ff
 The principal namespace for the FastFlow library.
 

Detailed Description

This file contains the thread mapper definition used in FastFlow.