#include <Null_Mutex.h>
Inheritance diagram for ACE_Null_Mutex:
Public Methods | |
ACE_Null_Mutex (const ACE_TCHAR *=0) | |
~ACE_Null_Mutex (void) | |
int | remove (void) |
Return 0. | |
int | acquire (void) |
Return 0. | |
int | acquire (ACE_Time_Value &) |
Return -1 with <errno> == <ETIME>. | |
int | acquire (ACE_Time_Value *) |
Return -1 with <errno> == <ETIME>. | |
int | tryacquire (void) |
Return 0. | |
int | release (void) |
Return 0. | |
int | acquire_write (void) |
Return 0. | |
int | tryacquire_write (void) |
Return 0. | |
int | tryacquire_write_upgrade (void) |
Return 0. | |
int | acquire_read (void) |
Return 0. | |
int | tryacquire_read (void) |
Return 0. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
int | lock_ |
Declare the dynamic allocation hooks. |
|
|
|
|
|
Return -1 with <errno> == <ETIME>.
|
|
Return -1 with <errno> == <ETIME>.
|
|
Return 0.
|
|
Return 0.
|
|
Return 0.
|
|
Dump the state of an object.
Reimplemented in ACE_Noop_Token, and ACE_Select_Reactor_Token_T< ACE_SELECT_TOKEN >. |
|
Return 0.
|
|
Return 0.
|
|
Return 0.
|
|
Return 0.
|
|
Return 0.
|
|
Return 0.
|
|
Declare the dynamic allocation hooks.
|