|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::sys::core_specific Class Reference#include <core_specific.h>
Inheritance diagram for acdk::lang::sys::core_specific:
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
acdk::lang::sys::core_specific::core_specific |
( |
|
) |
|
|
virtual acdk::lang::sys::core_specific::~core_specific |
( |
|
) |
[virtual] |
|
Member Function Documentation
void acdk::lang::sys::core_specific::cleanup |
( |
void * |
ptr |
) |
[inline, static] |
|
void* acdk::lang::sys::core_specific::get |
( |
|
) |
|
|
int acdk::lang::sys::core_specific::get_key |
( |
|
) |
const [inline] |
|
void acdk::lang::sys::core_specific::get_locals |
( |
core_vector< void * > & |
erg |
) |
|
|
|
returns the values of this thread_specific in all threads.
- Note:
- be care, this is not synchronized, and should only used for debugging.
|
bool acdk::lang::sys::core_specific::isSet |
( |
|
) |
[inline] |
|
void acdk::lang::sys::core_specific::register_cleanup |
( |
CleanUpFunc |
fnc |
) |
|
|
void acdk::lang::sys::core_specific::set |
( |
void * |
t |
) |
|
|
void acdk::lang::sys::core_specific::thread_cleanup |
( |
|
) |
[static] |
|
|
the current thread going down.
cleanup all specific data |
Friends And Related Function Documentation
friend class core_tls_tables [friend]
|
|
Member Data Documentation
|
|