Added commment explaining that OpenThreads::Thread::CurrentThread() return NULL on non OpenThreads thread.
This commit is contained in:
parent
d1ff16614c
commit
9305485a11
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user