kernel/eka/include/u32std.h
changeset 300 1d28c8722707
parent 271 dc268b18d709
equal deleted inserted replaced
293:0659d0e1a03c 300:1d28c8722707
   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 /**