[D-runtime] [D-Programming-Language/druntime] ef4338: Make thread attach/detach behavior less annoying t...
GitHub
noreply at github.com
Mon May 21 05:33:41 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: ef4338a38bf8ec6d6830bcf479fad54518025002
https://github.com/D-Programming-Language/druntime/commit/ef4338a38bf8ec6d6830bcf479fad54518025002
Author: alexrp <xtzgzorex at gmail.com>
Date: 2012-05-17 (Thu, 17 May 2012)
Changed paths:
M src/core/thread.d
M src/core/thread.di
Log Message:
-----------
Make thread attach/detach behavior less annoying to work with.
This just makes it so attaching an already-attached thread or detaching
an already-detached thread doesn't result in undefined behavior and/or
Bad Things (TM).
Commit: 8b581f7e9c3224d73d2fffa352aba9bd52f787a0
https://github.com/D-Programming-Language/druntime/commit/8b581f7e9c3224d73d2fffa352aba9bd52f787a0
Author: Martin Nowak <dawg at dawgfoto.de>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M src/core/thread.d
M src/core/thread.di
Log Message:
-----------
Merge pull request #214 from alexrp/thread-attach-detach-ub
Make thread attach/detach behavior less annoying to work with.
Compare: https://github.com/D-Programming-Language/druntime/compare/8257db0...8b581f7
More information about the D-runtime
mailing list