Portable intra-process mutex class for locking threads.
More...
#include </home/werner/origo/vish/memcore/synchronized.hpp>
List of all members.
Public Member Functions
-
void lock () throw ()
- Lock a mutex.
-
mutex () throw ()
- Constructor, initializes a mutex.
-
bool trylock () throw ()
-
void unlock () throw ()
- Unlock a mutex.
-
~mutex () throw ()
- Destructor, destroys a mutex.
Detailed Description
Portable intra-process mutex class for locking threads.
- See also:
- lock, synchronized
http://www.winehq.org/site/docs/winedev-guide/threading
The documentation for this class was generated from the following files:
- memcore/synchronized.hpp
- memcore/synchronized.cpp