fixup! Set the TLS address in the scheduler
This commit is contained in:
parent
000876858d
commit
115ad8e16a
6 changed files with 10 additions and 11 deletions
|
@ -156,6 +156,8 @@ public:
|
|||
|
||||
s32 processor_id;
|
||||
|
||||
VAddr tls_address; ///< Address of the Thread Local Storage of the thread
|
||||
|
||||
/// Mutexes currently held by this thread, which will be released when it exits.
|
||||
boost::container::flat_set<SharedPtr<Mutex>> held_mutexes;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue