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