#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. More... | |
Protected Attributes | |
ACE_At_Thread_Exit * | next_ |
The next <At_Thread_Exit> hook in the list. More... | |
ACE_Thread_Descriptor * | td_ |
The Thread_Descriptor where this at is registered. More... | |
int | was_applied_ |
The at was applied? More... | |
int | is_owner_ |
The at has the ownership of this? More... | |
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 <At_Thread_Exit> hook in the list.
|
|
The Thread_Descriptor where this at is registered.
|
|
The at was applied?
|