Added commment explaining that OpenThreads::Thread::CurrentThread() return NULL on non OpenThreads thread.

This commit is contained in:
Robert Osfield 2020-01-13 14:12:54 +00:00
parent d1ff16614c
commit 9305485a11

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();