February 10, 2014 [D-runtime] [D-Programming-Language/druntime] 25b689: Fix for issue 11981 | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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@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@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@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 |
Copyright © 1999-2021 by the D Language Foundation