Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/sources/libraries/os/ARM/
Dos_ExceptionHandler.cpp32 ThreadLocalRegion* pTlr = os::detail::GetMainThreadThreadLocalRegion(); in SetUserExceptionHandler() local
33 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() local
45 pTlr->handlerAddress = reinterpret_cast<uptr>(pHandler); in SetUserExceptionHandlerLocal()
46 pTlr->handlerStackBottomAddress = stackBottom; in SetUserExceptionHandlerLocal()
47 pTlr->exceptionBufferAddress = reinterpret_cast<uptr>(pExceptionBuffer); in SetUserExceptionHandlerLocal()