#include <Thread_Manager.h>
Inheritance diagram for ACE_At_Thread_Exit
Public Methods | |
ACE_At_Thread_Exit (void) | |
virtual | ~ACE_At_Thread_Exit (void) |
int | is_owner (void) const |
int | is_owner (int owner) |
int | was_applied (void) const |
int | was_applied (int applied) |
Protected Methods | |
void | do_apply (void) |
virtual void | apply (void) = 0 |
The apply method. | |
Protected Attributes | |
ACE_At_Thread_Exit* | next_ |
The next hook in the list. | |
ACE_Thread_Descriptor* | td_ |
The Thread_Descriptor where this at is registered. | |
int | was_applied_ |
The at was applied? | |
int | is_owner_ |
The at has the ownership of this? | |
Friends | |
class | ACE_Thread_Descriptor |
class | ACE_Thread_Manager |
|
|
|
|
|
The apply method.
Reimplemented in ACE_At_Thread_Exit_Func. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The at has the ownership of this?
|
|
The next hook in the list.
|
|
The Thread_Descriptor where this at is registered.
|
|
The at was applied?
|