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
Namespaces
dynlinkedlist.hpp File Reference

Dynamic linked list Single-Writer Single-Reader unbounded queue. Not currently used. More...

#include <stdlib.h>
#include <ff/buffer.hpp>
#include <ff/sysdep.h>
#include <assert.h>
+ Include dependency graph for dynlinkedlist.hpp:

Namespaces

 ff
 The principal namespace for the FastFlow library.
 

Detailed Description

Dynamic linked list Single-Writer Single-Reader unbounded queue. Not currently used.

No lock is needed around pop and push methods.

Note
Not used in current FastFlow implementation