#include <Guard_T.h>
Inheritance diagram for ACE_Write_Guard< ACE_LOCK >:
Public Methods | |
ACE_Write_Guard (ACE_LOCK &m) | |
Implicitly and automatically acquire a write lock. | |
ACE_Write_Guard (ACE_LOCK &m, int block) | |
int | acquire_write (void) |
Explicitly acquire the write lock. | |
int | acquire (void) |
Explicitly acquire the write lock. | |
int | tryacquire_write (void) |
Conditionally acquire the write lock (i.e., won't block). | |
int | tryacquire (void) |
Conditionally acquire the write lock (i.e., won't block). | |
void | dump (void) const |
Dump the state of an object. |
|
Implicitly and automatically acquire a write lock.
|
|
Implicitly and automatically acquire (or try to acquire) a write lock. |
|
Explicitly acquire the write lock.
Reimplemented from ACE_Guard< ACE_LOCK >. |
|
Explicitly acquire the write lock.
|
|
Dump the state of an object.
Reimplemented from ACE_Guard< ACE_LOCK >. |
|
Conditionally acquire the write lock (i.e., won't block).
Reimplemented from ACE_Guard< ACE_LOCK >. |
|
Conditionally acquire the write lock (i.e., won't block).
|