We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84df036 commit 1d61ef4Copy full SHA for 1d61ef4
mechanism/OSWrapper/Thread.h
@@ -42,7 +42,7 @@ void registerThreadFactory(ThreadFactory* factory);
42
* the state of current thread transits from RUNNING to WAITING.
43
* Then the waiting condition is satisfied or timed out, the state transits from WAITING to READY.
44
*
45
- * When the current thread runs through the end of Runnable::run() or calls Thread::exit(),
+ * When the current thread runs through the end of Runnable::run(),
46
* the state of current thread transits from RUNNING to FINISHED.
47
48
* @note A Thread can not suspend, resume and stop other Thread.
0 commit comments