Skip to content

Commit

Permalink
Added commment explaining that OpenThreads::Thread::CurrentThread() r…
Browse files Browse the repository at this point in the history
…eturn NULL on non OpenThreads thread.
  • Loading branch information
robertosfield committed Jan 13, 2020
1 parent ccf6554 commit 481cb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/OpenThreads/Thread
Expand Up @@ -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();

Expand Down

0 comments on commit 481cb4f

Please sign in to comment.