Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
5f8549ff
Commit
5f8549ff
authored
Aug 11, 2016
by
Hugo Beauzée-Luyssen
Browse files
compat: Thread: Mark the thread as joined after joining it
parent
8e18cc12
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/compat/Thread.h
View file @
5f8549ff
...
...
@@ -170,6 +170,7 @@ public:
if
(
res
!=
0
)
throw
std
::
system_error
{
std
::
error_code
(
res
,
std
::
system_category
()
)
};
#endif
m_id
=
id
{};
}
// Platform agnostic methods:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment