|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <stlsoft_null_mutex.h>
Public Methods | |
| null_mutex () | |
| Creates an instance of the mutex. | |
| void | lock () |
| Acquires a lock on the mutex, pending the thread until the lock is aquired. | |
| void | unlock () |
| Releases an aquired lock on the mutex. | |
|
|
Creates an instance of the mutex.
|
|
|
Acquires a lock on the mutex, pending the thread until the lock is aquired.
|
|
|
Releases an aquired lock on the mutex.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |