Lines Matching refs:__cxa_thread_info

159 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()
782 __cxa_thread_info *info = thread_info(); in throw_exception()
884 __cxa_thread_info *ti = thread_info(); in __cxa_rethrow()
900 if (ti->foreign_exception_state != __cxa_thread_info::none) in __cxa_rethrow()
902 ti->foreign_exception_state = __cxa_thread_info::rethrown; in __cxa_rethrow()
1092 __cxa_thread_info *info = thread_info_fast(); in pushCleanupException()
1261 __cxa_thread_info *ti = thread_info();
1307 ti->foreign_exception_state = __cxa_thread_info::none;
1321 ti->foreign_exception_state = __cxa_thread_info::caught;
1338 __cxa_thread_info *ti = thread_info_fast();
1344 if (ti->foreign_exception_state != __cxa_thread_info::none)
1346 if (ti->foreign_exception_state != __cxa_thread_info::rethrown)
1353 ti->foreign_exception_state = __cxa_thread_info::none;
1485 static __cxa_thread_info *info = thread_info();
1495 static __cxa_thread_info *info = thread_info();
1529 static __cxa_thread_info *info = thread_info();
1549 static __cxa_thread_info *info = thread_info();
1568 __cxa_thread_info *info = thread_info();
1577 __cxa_thread_info *info = thread_info();
1585 __cxa_thread_info *info = thread_info();
1597 __cxa_thread_info *info = thread_info();
1608 __cxa_thread_info *info = thread_info_fast();