]> Cypherpunks repositories - gostls13.git/commit
runtime: convert lock*.c to Go
authorRuss Cox <rsc@golang.org>
Fri, 29 Aug 2014 20:20:48 +0000 (16:20 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 29 Aug 2014 20:20:48 +0000 (16:20 -0400)
commit3a7f6646cfdc19ca4f33efe48d33eb1731b49ca8
tree36a0e2cc28431687e20d9b49ece9f7ca7dd1f20f
parent9a75c748367c2ff84de355b136c33760a6b6928a
runtime: convert lock*.c to Go

LGTM=r, iant
R=golang-codereviews, r, iant
CC=dvyukov, golang-codereviews, khr
https://golang.org/cl/139930043
23 files changed:
src/pkg/runtime/alg.go
src/pkg/runtime/asm_386.s
src/pkg/runtime/asm_amd64.s
src/pkg/runtime/asm_amd64p32.s
src/pkg/runtime/asm_arm.s
src/pkg/runtime/export_futex_test.go
src/pkg/runtime/export_test.go
src/pkg/runtime/lock_futex.c [deleted file]
src/pkg/runtime/lock_futex.go [new file with mode: 0644]
src/pkg/runtime/lock_sema.c [deleted file]
src/pkg/runtime/lock_sema.go [new file with mode: 0644]
src/pkg/runtime/os_darwin.go
src/pkg/runtime/os_dragonfly.go
src/pkg/runtime/os_freebsd.go
src/pkg/runtime/os_linux.go
src/pkg/runtime/os_nacl.go
src/pkg/runtime/os_netbsd.go
src/pkg/runtime/os_openbsd.go
src/pkg/runtime/os_plan9.go
src/pkg/runtime/os_solaris.go
src/pkg/runtime/os_windows.go
src/pkg/runtime/stack.go [new file with mode: 0644]
src/pkg/runtime/stubs.go