[D-runtime] [D-Programming-Language/druntime] 25b689: Fix for issue 11981
GitHub
noreply at github.com
Mon Feb 10 15:16:23 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 25b68995b280a5e02a758aa0e66aa25cc412da50
https://github.com/D-Programming-Language/druntime/commit/25b68995b280a5e02a758aa0e66aa25cc412da50
Author: Stanislav Blinov <stanislav.blinov at gmail.com>
Date: 2014-02-10 (Mon, 10 Feb 2014)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Fix for issue 11981
Commit: 399b171c2da5c49b2aef57b3bb7c221562becf78
https://github.com/D-Programming-Language/druntime/commit/399b171c2da5c49b2aef57b3bb7c221562becf78
Author: Stanislav Blinov <stanislav.blinov at gmail.com>
Date: 2014-02-10 (Mon, 10 Feb 2014)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Switch to using pthread_key_t for Thread reference on Posix
Commit: 1f0ac4fdebb33c2765f1f75e7423fbeab19eb8a3
https://github.com/D-Programming-Language/druntime/commit/1f0ac4fdebb33c2765f1f75e7423fbeab19eb8a3
Author: Stanislav Blinov <stanislav.blinov at gmail.com>
Date: 2014-02-10 (Mon, 10 Feb 2014)
Changed paths:
M src/core/thread.d
Log Message:
-----------
pthread_key_delete(); Don't use pthread_key_t on OSX
Commit: 4a11d8a260e1ed1447e6a4597055ce2777f19b97
https://github.com/D-Programming-Language/druntime/commit/4a11d8a260e1ed1447e6a4597055ce2777f19b97
Author: Stanislav Blinov <stanislav.blinov at gmail.com>
Date: 2014-02-10 (Mon, 10 Feb 2014)
Changed paths:
M src/core/thread.d
Log Message:
-----------
missing else
Commit: 4ce7f1d36008ec9c00f4ec8d3a1b38fc2ef3452f
https://github.com/D-Programming-Language/druntime/commit/4ce7f1d36008ec9c00f4ec8d3a1b38fc2ef3452f
Author: Martin Nowak <code at dawg.eu>
Date: 2014-02-10 (Mon, 10 Feb 2014)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Merge pull request #718 from radcapricorn/issue_11981
Fix for issue 11981 - deadlock during thread initialization on Posix
Compare: https://github.com/D-Programming-Language/druntime/compare/932c05ce386d...4ce7f1d36008
More information about the D-runtime
mailing list