Home
last modified time | relevance | path

Searched refs:tls_storage_key (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/libsrc/
H A Dglobinit.cc302 log4cplus::thread::impl::tls_key_type tls_storage_key; variable
320 thread::impl::tls_set_value (tls_storage_key, in alloc_ptd()
380 thread::impl::tls_set_value (internal::tls_storage_key, 0); in ptd_cleanup_func()
392 thread::impl::tls_set_value (internal::tls_storage_key, 0); in ptd_cleanup_func()
422 internal::tls_storage_key = thread::impl::tls_init(ptd_cleanup_func_win32); in initializeLog4cplus()
424 internal::tls_storage_key = thread::impl::tls_init(ptd_cleanup_func); in initializeLog4cplus()
496 log4cplus::internal::tls_storage_key); in DllMain()
523 dcmtk::log4cplus::internal::tls_storage_key); in ~_static_log4cplus_initializer()
/dports/devel/log4cplus/log4cplus-1.1.2/src/
H A Dglobal-init.cxx262 log4cplus::thread::impl::tls_key_type tls_storage_key; variable
280 thread::impl::tls_set_value (tls_storage_key, in alloc_ptd()
327 thread::impl::tls_set_value (internal::tls_storage_key, 0); in ptd_cleanup_func()
339 thread::impl::tls_set_value (internal::tls_storage_key, 0); in ptd_cleanup_func()
367 internal::tls_storage_key = thread::impl::tls_init (ptd_cleanup_func); in initializeLog4cplus()
457 log4cplus::internal::tls_storage_key); in thread_callback()
533 log4cplus::internal::tls_storage_key); in ~_static_log4cplus_initializer()
556 log4cplus::internal::tls_storage_key); in ~_static_log4cplus_initializer()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/include/dcmtk/oflog/internal/
H A Dinternal.h141 extern log4cplus::thread::impl::tls_key_type tls_storage_key;
188 thread::impl::tls_set_value (tls_storage_key, p); in set_ptd()
198 thread::impl::tls_get_value (tls_storage_key));
/dports/devel/log4cplus/log4cplus-1.1.2/include/log4cplus/internal/
H A Dinternal.h136 extern log4cplus::thread::impl::tls_key_type tls_storage_key;
175 thread::impl::tls_set_value (tls_storage_key, p); in set_ptd()
185 thread::impl::tls_get_value (tls_storage_key));