[D-runtime] [D-Programming-Language/druntime] b60345: Use SwitchToThread() for Thread.yield() on Windows...
GitHub
noreply at github.com
Sun May 13 20:00:28 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: b60345d00835e7162173570e3b7b3930ee1f1fde
https://github.com/D-Programming-Language/druntime/commit/b60345d00835e7162173570e3b7b3930ee1f1fde
Author: alexrp <xtzgzorex at gmail.com>
Date: 2012-05-12 (Sat, 12 May 2012)
Changed paths:
M src/core/sys/windows/windows.d
M src/core/thread.d
Log Message:
-----------
Use SwitchToThread() for Thread.yield() on Windows.
Commit: e62d0ad7d988ebfb55f7097e4ab5ae710313daca
https://github.com/D-Programming-Language/druntime/commit/e62d0ad7d988ebfb55f7097e4ab5ae710313daca
Author: Brad Roberts <braddr at puremagic.com>
Date: 2012-05-13 (Sun, 13 May 2012)
Changed paths:
M src/core/sys/windows/windows.d
M src/core/thread.d
Log Message:
-----------
Merge pull request #206 from alexrp/windows-switchtothread
Use SwitchToThread() on Windows when possible.
Compare: https://github.com/D-Programming-Language/druntime/compare/8ad267e...e62d0ad
More information about the D-runtime
mailing list