equal
deleted
inserted
replaced
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 |