Home
last modified time | relevance | path

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

/freebsd/contrib/libcxxrt/
H A Dexception.cc159 struct __cxa_thread_info struct
420 __cxa_thread_info *info = static_cast<__cxa_thread_info*>(thread_info); in thread_cleanup()
424 if (info->foreign_exception_state != __cxa_thread_info::none) in thread_cleanup()
453 static __cxa_thread_info singleThreadInfo;
475 static __cxa_thread_info *thread_info() in thread_info()
482 __cxa_thread_info *info = static_cast<__cxa_thread_info*>(pthread_getspecific(eh_key)); in thread_info()
485 info = static_cast<__cxa_thread_info*>(calloc(1, sizeof(__cxa_thread_info))); in thread_info()
494 static __cxa_thread_info *thread_info_fast() in thread_info_fast()
497 return static_cast<__cxa_thread_info*>(pthread_getspecific(eh_key)); in thread_info_fast()
561 __cxa_thread_info *info = thread_info(); in emergency_malloc()
[all …]