]> Cypherpunks repositories - gostls13.git/commit
runtime: convert timers to Go
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 25 Aug 2014 16:25:22 +0000 (20:25 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 25 Aug 2014 16:25:22 +0000 (20:25 +0400)
commit9601abaf8b3d454f6bf84ba9f5e07c11de16ef14
tree6a3f841db7e12e93b7e95e6cac4f9c8fb94b7247
parentebac0e6f302c52e97a212fab8837a73f31edc884
runtime: convert timers to Go

LGTM=rsc
R=golang-codereviews, ruiu, rsc, daniel.morsing
CC=golang-codereviews, khr
https://golang.org/cl/123700044
src/pkg/runtime/mgc0.c
src/pkg/runtime/netpoll.goc
src/pkg/runtime/runtime.h
src/pkg/runtime/thunk.s
src/pkg/runtime/time.go [new file with mode: 0644]
src/pkg/runtime/time.goc [deleted file]
src/pkg/syscall/net_nacl.go
src/pkg/time/sleep.go