Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3f5b64d

Browse filesBrowse files
committed
fixup
1 parent 652e838 commit 3f5b64d
Copy full SHA for 3f5b64d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎inst/include/tthread/tinythread.h

Copy file name to clipboardExpand all lines: inst/include/tthread/tinythread.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ inline void * thread::wrapper_function(void * aArg)
872872
// The thread is no longer executing
873873
lock_guard<mutex> guard(ti->mThread->mDataMutex);
874874

875-
// On Linux, we allow the thread to be joined even after execution has finished.
875+
// On POSIX, we allow the thread to be joined even after execution has finished.
876876
// This is necessary to ensure that thread-local memory can be cleaned up.
877877
//
878878
// The thread is responsible for freeing the startup information

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.