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 652e838 commit 3f5b64dCopy full SHA for 3f5b64d
inst/include/tthread/tinythread.h
@@ -872,7 +872,7 @@ inline void * thread::wrapper_function(void * aArg)
872
// The thread is no longer executing
873
lock_guard<mutex> guard(ti->mThread->mDataMutex);
874
875
- // On Linux, we allow the thread to be joined even after execution has finished.
+ // 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.
877
//
878
// The thread is responsible for freeing the startup information
0 commit comments