Generated on Mon Nov 30 11:16:39 2009 for Gecode by doxygen 1.5.5

thread.hpp File Reference

(Revision: 9919)

#include <windows.h>
#include <pthread.h>
#include <gecode/support/thread/windows.hpp>
#include <gecode/support/thread/pthreads.hpp>
#include <gecode/support/thread/thread.hpp>

Go to the source code of this file.

Namespaces

namespace  Gecode
namespace  Gecode::Support

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...