Generated on Tue Apr 18 10:22:43 2017 for Gecode by doxygen 1.6.3

thread.hpp File Reference

(Revision: 14967)

#include <cstddef>
#include <pthread.h>

Go to the source code of this file.

Classes

class  Gecode::Support::Mutex
 A mutex for mutual exclausion among several threads. More...
class  Gecode::Support::Lock
 A lock as a scoped frontend for a mutex. More...
class  Gecode::Support::Event
 An event for synchronization. More...
class  Gecode::Support::Runnable
 An interface for objects that can be run by a thread. More...
class  Gecode::Support::Thread
 Simple threads. More...
class  Gecode::Support::Thread::Run
 A real thread. More...

Namespaces

namespace  Gecode
 

Gecode toplevel namespace


namespace  Gecode::Support
 

Support algorithms and datastructures


Typedefs

typedef Mutex Gecode::Support::FastMutex