kernel/eka/include/u32std.h
changeset 271 dc268b18d709
parent 177 a232af6b0b1f
child 300 1d28c8722707
equal deleted inserted replaced
269:d57b86b1867a 271:dc268b18d709
   774 #endif
   774 #endif
   775 public:
   775 public:
   776 	RAllocator* iHeap;				///< The thread's current heap
   776 	RAllocator* iHeap;				///< The thread's current heap
   777 	CActiveScheduler* iScheduler;	///< The thread's current active scheduler
   777 	CActiveScheduler* iScheduler;	///< The thread's current active scheduler
   778 	TTrapHandler* iTrapHandler;		///< The thread's current trap handler
   778 	TTrapHandler* iTrapHandler;		///< The thread's current trap handler
       
   779 	TUint iThreadId;                ///< The thread's id
   779 private:
   780 private:
   780 	RAllocator* iTlsHeap; 			///< The heap that the DLL TLS data is stored on
   781 	RAllocator* iTlsHeap; 			///< The heap that the DLL TLS data is stored on
   781 	RArray<STls> iTls; 				///< DLL TLS data
   782 	RArray<STls> iTls; 				///< DLL TLS data
   782 	};
   783 	};
   783 
   784