Generated on Sat Feb 7 2015 02:01:35 for Gecode by doxygen 1.8.9.1
thread.hpp File Reference

(Revision: 14025)

#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

 Gecode
 Gecode toplevel namespace
 
 Gecode::Support
 Support algorithms and datastructures
 

Typedefs

typedef Mutex Gecode::Support::FastMutex