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

/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc158 struct __cxa_thread_info struct
336 __cxa_thread_info *info = (__cxa_thread_info*)thread_info;
340 if (info->foreign_exception_state != __cxa_thread_info::none)
368 static __cxa_thread_info singleThreadInfo;
390 static __cxa_thread_info *thread_info()
397 __cxa_thread_info *info = (__cxa_thread_info*)pthread_getspecific(eh_key);
400 info = (__cxa_thread_info*)calloc(1, sizeof(__cxa_thread_info));
[all...]

Completed in 51 milliseconds