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

/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc175 _Unwind_Exception *currentCleanup; member in struct:__cxa_thread_info
1029 assert(exceptionObject == info->currentCleanup);
1032 ex->nextCleanup = info->currentCleanup;
1034 info->currentCleanup = exceptionObject;
1490 _Unwind_Exception *exceptionObject = info->currentCleanup;
1497 info->currentCleanup = ex->nextCleanup;
1503 info->currentCleanup = 0;

Completed in 160 milliseconds