]> Cypherpunks repositories - gostls13.git/commit
runtime: implement monotonic clocks on windows
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 1 Aug 2014 01:18:11 +0000 (11:18 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 1 Aug 2014 01:18:11 +0000 (11:18 +1000)
commit74b62b48644acffd20ca5de9111048dd731c3a06
treef4c2a0670a2650aeeb486da7aacd71a94ad4831d
parent8ee2a6658b87eb14361b813d1f58d45df923427f
runtime: implement monotonic clocks on windows

Update #6007.

LGTM=minux, dvyukov
R=golang-codereviews, dvyukov, patrick, aram.h, minux
CC=golang-codereviews
https://golang.org/cl/108700045
src/pkg/runtime/os_windows.c
src/pkg/time/sleep_test.go