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 4c475d3 commit c663396Copy full SHA for c663396
inst/include/tthread/tinythread.h
@@ -873,7 +873,7 @@ inline void * thread::wrapper_function(void * aArg)
873
lock_guard<mutex> guard(ti->mThread->mDataMutex);
874
875
// On POSIX, we allow the thread to be joined even after execution has finished.
876
- // This is necessary to ensure that thread-local memory can be cleaned up.
+ // This is necessary to ensure that thread-local memory can be reclaimed.
877
#if defined(_TTHREAD_WIN32_)
878
ti->mThread->mJoinable = false;
879
#endif
0 commit comments