|
ldas-tools-al 2.6.7
|

Public Member Functions | |
| ExitQueue () | |
| void | Append (AtExit::ExitFunction Function, const char *Name, int Ring) |
| void | Cleanup () |
| bool | IsExiting () const |
| bool | IsExiting (bool Value) |
Private Types | |
| typedef std::map< int, ExitQueueNode, std::less< int >, malloc_allocator< std::pair< const int, ExitQueueNode > > > | exit_queue_type |
Private Attributes | |
| bool | is_exiting |
| ReadWriteLock::baton_type | is_exiting_baton |
| exit_queue_type | exit_queue |
| MutexLock::baton_type | exit_queue_baton |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |