]> Cypherpunks repositories - gostls13.git/commit
runtime: convert synchronous semaphores to Go
authorDmitriy Vyukov <dvyukov@google.com>
Sun, 24 Aug 2014 08:41:23 +0000 (12:41 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sun, 24 Aug 2014 08:41:23 +0000 (12:41 +0400)
commita6950fe0f9c23fe681109db746038092b5a04728
treea6a374f5c65a61e8f113b1b3caeabd3c24dedbd3
parent9a1e142bbc3209f8899a729ec857a1c8838bf9f4
runtime: convert synchronous semaphores to Go

LGTM=rsc
R=golang-codereviews, khr, rsc
CC=golang-codereviews, rlh
https://golang.org/cl/130340043
src/pkg/runtime/sema.go [new file with mode: 0644]
src/pkg/runtime/sema.goc
src/pkg/runtime/thunk.s [new file with mode: 0644]
src/pkg/sync/runtime.go