diff options
Diffstat (limited to '')
-rw-r--r-- | source/cIsThread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cIsThread.h b/source/cIsThread.h index fda789d3a..55bb62a11 100644 --- a/source/cIsThread.h +++ b/source/cIsThread.h @@ -37,6 +37,8 @@ public: bool Start(void); // Starts the thread
bool Wait(void); // Waits for the thread to finish
+ static unsigned long GetCurrentID(void); // Returns the OS-dependent thread ID for the caller's thread
+
private:
AString mThreadName;
|