log4cplus
2.1.0
|
Classes | |
class | SharedMutex |
Typedefs | |
typedef void * | tls_value_type |
Functions | |
LOG4CPLUS_EXPORT void LOG4CPLUS_ATTRIBUTE_NORETURN | syncprims_throw_exception (char const *const msg, char const *const file, int line) |
tls_key_type | tls_init (tls_init_cleanup_func_type) |
tls_value_type | tls_get_value (tls_key_type) |
void | tls_set_value (tls_key_type, tls_value_type) |
void | tls_cleanup (tls_key_type) |
typedef void* log4cplus::thread::impl::tls_value_type |
LOG4CPLUS_EXPORT void LOG4CPLUS_ATTRIBUTE_NORETURN log4cplus::thread::impl::syncprims_throw_exception | ( | char const *const | msg, |
char const *const | file, | ||
int | line | ||
) |
|
inline |
|
inline |
Referenced by log4cplus::internal::get_ptd().
|
inline |
|
inline |
Referenced by log4cplus::internal::set_ptd().