Core/Memory: Add TLS support for creating up to 300 threads
This commit is contained in:
parent
820b97787c
commit
dda94e56dd
4 changed files with 23 additions and 9 deletions
|
@ -157,7 +157,7 @@ public:
|
|||
|
||||
s32 processor_id;
|
||||
|
||||
VAddr tls_address; ///< Address of the Thread Local Storage of the thread
|
||||
s32 tls_index; ///< Index 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