|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <unixstl_spin_mutex.h>
Public Methods | |
| spin_mutex (us_sint32_t *p=NULL) unixstl_throw_0() | |
| Creates an instance of the mutex. | |
| ~spin_mutex () unixstl_throw_0() | |
| Destroys an instance of the mutex. | |
| void | lock () unixstl_throw_0() |
| Acquires a lock on the mutex, pending the thread until the lock is aquired. | |
| void | unlock () unixstl_throw_0() |
| Releases an aquired lock on the mutex. | |
|
|
Creates an instance of the mutex.
|
|
|
Destroys 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 |