]> Cypherpunks repositories - gostls13.git/commit
runtime: use monotonic clock for timers on freebsd/amd64,386,arm
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 26 Feb 2014 01:19:51 +0000 (10:19 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 26 Feb 2014 01:19:51 +0000 (10:19 +0900)
commit36013e4a2252c15d84e8c9dbfb58e8f5273aa41d
tree716f5283d7c7a79cd833afb70080e664218349ec
parentd97d37188a7e58250b2a655dc86dbf644637d034
runtime: use monotonic clock for timers on freebsd/amd64,386,arm

For now we don't use CLOCK_MONOTONIC_FAST instead because
it's not supported on prior to 9-STABLE.

Update #6007

LGTM=minux.ma
R=golang-codereviews, minux.ma, bradfitz
CC=golang-codereviews
https://golang.org/cl/68690043
src/pkg/runtime/sys_freebsd_386.s
src/pkg/runtime/sys_freebsd_amd64.s
src/pkg/runtime/sys_freebsd_arm.s