Searched refs:pTlr (Results 1 – 1 of 1) sorted by relevance
32 ThreadLocalRegion* pTlr = os::detail::GetMainThreadThreadLocalRegion(); in SetUserExceptionHandler() local33 NN_TASSERT_( pTlr != NULL ); in SetUserExceptionHandler()35 pTlr->handlerAddress = reinterpret_cast<uptr>(pHandler); in SetUserExceptionHandler()36 pTlr->handlerStackBottomAddress = stackBottom; in SetUserExceptionHandler()37 pTlr->exceptionBufferAddress = reinterpret_cast<uptr>(pExceptionBuffer); in SetUserExceptionHandler()43 ThreadLocalRegion* pTlr = GetThreadLocalRegion(); in SetUserExceptionHandlerLocal() local45 pTlr->handlerAddress = reinterpret_cast<uptr>(pHandler); in SetUserExceptionHandlerLocal()46 pTlr->handlerStackBottomAddress = stackBottom; in SetUserExceptionHandlerLocal()47 pTlr->exceptionBufferAddress = reinterpret_cast<uptr>(pExceptionBuffer); in SetUserExceptionHandlerLocal()