]> git.lizzy.rs Git - rust.git/commit
Change Mutex to use SRWLock on Windows.
authorPeter Atashian <retep998@gmail.com>
Mon, 12 Jan 2015 22:50:39 +0000 (17:50 -0500)
committerPeter Atashian <retep998@gmail.com>
Tue, 13 Jan 2015 02:35:39 +0000 (21:35 -0500)
commitee1ca88213133a58f0a9d234f03babbebeb7c5d8
treecd0e6893709df7ea66c14b0d38f9c6d0b4fafe06
parent3d0d9bb6fbdf6ead9396f0874cf38f3ef7c9be5c
Change Mutex to use SRWLock on Windows.

Signed-off-by: Peter Atashian <retep998@gmail.com>
src/libstd/sys/windows/condvar.rs
src/libstd/sys/windows/mutex.rs
src/libstd/sys/windows/sync.rs