#include <Synch.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. More... | |
int | acquire (void) |
Return 0. More... | |
int | acquire (ACE_Time_Value &timeout) |
Return -1 with <errno> == <ETIME>. More... | |
int | acquire (ACE_Time_Value *timeout) |
Return -1 with <errno> == <ETIME>. More... | |
int | tryacquire (void) |
Return 0. More... | |
int | release (void) |
Return 0. More... | |
int | acquire_write (void) |
Return 0. More... | |
int | tryacquire_write (void) |
Return 0. More... | |
int | tryacquire_write_upgrade (void) |
Return 0. More... | |
int | acquire_read (void) |
Return 0. More... | |
int | tryacquire_read (void) |
Return 0. More... | |
void | dump (void) const |
Dump the state of an object. More... | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... |
|
|
|
|
|
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_Noop_Token >. |
|
Return 0.
|
|
Return 0.
|
|
Return 0.
|
|
Return 0.
|
|
Return 0.
|
|
Return 0.
|
|
Declare the dynamic allocation hooks.
Reimplemented in ACE_Noop_Token, and ACE_Select_Reactor_Token_T< ACE_Noop_Token >. |