]> git.mxchange.org Git - simgear.git/blobdiff - simgear/threads/SGThread.hxx
Reset: Terrasync root can change, can be shutdown.
[simgear.git] / simgear / threads / SGThread.hxx
index 7f3a651a800b195b493c86d676f68a11a1ab7f1b..94d5e40524ab77d9fd2923f22f22a9d5752a0c51 100644 (file)
@@ -50,6 +50,11 @@ public:
      */
     void join();
 
+    /**
+     *Retreive the current thread id.
+     */
+    static long current( void );
+
 protected:
     /**
      * Destroy a thread object.