]> Cypherpunks repositories - gostls13.git/commit
runtime: fix new scheduler on freebsd, windows
authorRuss Cox <rsc@golang.org>
Fri, 1 Mar 2013 13:30:11 +0000 (08:30 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 1 Mar 2013 13:30:11 +0000 (08:30 -0500)
commitc5f694a5c9d210b83b82f52931e1d46b3e25393d
tree20a8c0a739446a62d43451ea6b2806d53affa247
parent8d732368c234a6c4ab2ad6c880ccbe978c6c376c
runtime: fix new scheduler on freebsd, windows

R=devon.odell
CC=golang-dev
https://golang.org/cl/7443046
13 files changed:
src/pkg/runtime/runtime.h
src/pkg/runtime/sys_freebsd_386.s
src/pkg/runtime/sys_freebsd_amd64.s
src/pkg/runtime/sys_freebsd_arm.s
src/pkg/runtime/sys_windows_386.s
src/pkg/runtime/sys_windows_amd64.s
src/pkg/runtime/thread_darwin.c
src/pkg/runtime/thread_freebsd.c
src/pkg/runtime/thread_linux.c
src/pkg/runtime/thread_netbsd.c
src/pkg/runtime/thread_openbsd.c
src/pkg/runtime/thread_plan9.c
src/pkg/runtime/thread_windows.c