equal
deleted
inserted
replaced
541 |
541 |
542 typedef void (*TGlobalDestructorFunc)(void); |
542 typedef void (*TGlobalDestructorFunc)(void); |
543 |
543 |
544 // This must not conflict with any possible valid TLS keys |
544 // This must not conflict with any possible valid TLS keys |
545 const TInt KGlobalDestructorTlsKey = -1; |
545 const TInt KGlobalDestructorTlsKey = -1; |
|
546 const TInt KNestedEntryPointCallKey = -2; |
546 |
547 |
547 GLREF_C void ExitCurrentThread(TExitType, TInt, const TDesC8*); |
548 GLREF_C void ExitCurrentThread(TExitType, TInt, const TDesC8*); |
548 |
549 |
549 #ifndef __REMOVE_PLATSEC_DIAGNOSTICS__ |
550 #ifndef __REMOVE_PLATSEC_DIAGNOSTICS__ |
550 /** |
551 /** |