Merge pull request #895 from openscenegraph/CurrentThreadId

Added commment explaining that OpenThreads::Thread::CurrentThread() r…
This commit is contained in:
OpenSceneGraph git repository
2020-01-13 14:14:48 +00:00
committed by GitHub

View File

@@ -109,7 +109,7 @@ public:
/**
* Return a pointer to the current running thread
* Return a pointer to the current running thread, returns NULL for a non OpenThreads thread.
*/
static Thread *CurrentThread();