mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 11:03:56 +00:00
Merge pull request #748 from Subv/tls_max
Core/Memory: Add TLS support for creating up to 300 threads
This commit is contained in:
@@ -151,7 +151,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;
|
||||
|
||||
Reference in New Issue
Block a user