Gecode::Support::Lock Class Reference
[Simple thread and synchronization support]
A lock as a scoped frontend for a mutex. More...
#include <thread.hpp>
Public Member Functions | |
Lock (Mutex &m0) | |
Enter lock. | |
~Lock (void) | |
Leave lock. |
Detailed Description
A lock as a scoped frontend for a mutex.
Definition at line 199 of file thread.hpp.
Constructor & Destructor Documentation
Gecode::Support::Lock::Lock | ( | Mutex & | m0 | ) | [inline] |
Enter lock.
Definition at line 100 of file thread.hpp.
Gecode::Support::Lock::~Lock | ( | void | ) | [inline] |
Leave lock.
Definition at line 104 of file thread.hpp.
The documentation for this class was generated from the following files:
- gecode/support/thread.hpp (Revision: 14967)
- gecode/support/thread/thread.hpp (Revision: 14762)