diff options
Diffstat (limited to 'src/core/hle/kernel/thread.h')
| -rw-r--r-- | src/core/hle/kernel/thread.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index 9958b16e6..17bb69f45 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h | |||
| @@ -135,6 +135,12 @@ public: | |||
| 135 | */ | 135 | */ |
| 136 | void Stop(); | 136 | void Stop(); |
| 137 | 137 | ||
| 138 | /* | ||
| 139 | * Returns the Thread Local Storage address of the current thread | ||
| 140 | * @returns VAddr of the thread's TLS | ||
| 141 | */ | ||
| 142 | VAddr GetTLSAddress() const; | ||
| 143 | |||
| 138 | Core::ThreadContext context; | 144 | Core::ThreadContext context; |
| 139 | 145 | ||
| 140 | u32 thread_id; | 146 | u32 thread_id; |