]> Cypherpunks repositories - gostls13.git/commit
race: runtime changes
authorDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Oct 2012 18:05:32 +0000 (22:05 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Oct 2012 18:05:32 +0000 (22:05 +0400)
commit2f6cbc74f18542b0f79374a2210e420b9500218f
tree2eb9db49492159d678e2578750d10460897e2453
parentf82c59b6cf4cc50964c6068a704647db5a73c4fa
race: runtime changes
This is a part of a bigger change that adds data race detection feature:
https://golang.org/cl/6456044

R=rsc
CC=gobot, golang-dev
https://golang.org/cl/6535050
16 files changed:
src/pkg/runtime/cgocall.c
src/pkg/runtime/chan.c
src/pkg/runtime/hashmap.c
src/pkg/runtime/malloc.goc
src/pkg/runtime/mgc0.c
src/pkg/runtime/proc.c
src/pkg/runtime/race.c [new file with mode: 0644]
src/pkg/runtime/race.go [new file with mode: 0644]
src/pkg/runtime/race.h [new file with mode: 0644]
src/pkg/runtime/race/race.go [new file with mode: 0644]
src/pkg/runtime/race/race_darwin_amd64.syso [new file with mode: 0644]
src/pkg/runtime/race/race_linux_amd64.syso [new file with mode: 0644]
src/pkg/runtime/race0.c [new file with mode: 0644]
src/pkg/runtime/runtime.h
src/pkg/runtime/slice.c
src/pkg/runtime/time.goc