log4cplus_thread_impl(3)
| log4cplus::thread::impl(3) | log4cplus | log4cplus::thread::impl(3) |
NAME
log4cplus::thread::impl
SYNOPSIS
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 Documentation
typedef void* log4cplus::thread::impl::tls_value_type
Definition at line 57 of file tls.h.
Function Documentation
LOG4CPLUS_EXPORT void LOG4CPLUS_ATTRIBUTE_NORETURN log4cplus::thread::impl::syncprims_throw_exception (char const *const msg, char const *const file, int line)
void log4cplus::thread::impl::tls_cleanup (tls_key_type) [inline]
tls_value_type log4cplus::thread::impl::tls_get_value (tls_key_type) [inline]
Referenced by log4cplus::internal::get_ptd().
tls_key_type log4cplus::thread::impl::tls_init (tls_init_cleanup_func_type) [inline]
void log4cplus::thread::impl::tls_set_value (tls_key_type, tls_value_type) [inline]
Referenced by log4cplus::internal::set_ptd().
Author
Generated automatically by Doxygen for log4cplus from the source code.
| Fri Jun 18 2021 | Version 2.0.6 |
