1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg/sync
Russ Cox 03f2289f7e runtime: API
Delete Alloc, Free, Lookup, Semacquire, Semrelease

Fixes #2955.

R=golang-dev, r, bradfitz
CC=golang-dev
https://golang.org/cl/5675093
2012-02-19 00:11:44 -05:00
..
atomic 8a, 8l: add EMMS instruction 2012-02-17 11:21:46 -05:00
cond_test.go sync: always wake up previously sleeping goroutines on Cond.Signal 2011-06-01 20:30:42 -03:00
cond.go runtime: API 2012-02-19 00:11:44 -05:00
example_test.go pkg: a slew of examples 2012-02-18 11:48:33 +11:00
export_test.go runtime: API 2012-02-19 00:11:44 -05:00
mutex_test.go runtime: API 2012-02-19 00:11:44 -05:00
mutex.go runtime: API 2012-02-19 00:11:44 -05:00
once_test.go all: sort imports 2011-11-02 15:54:16 -04:00
once.go sync: improve Once fast path 2011-07-21 11:30:14 -04:00
runtime_sema_test.go runtime: API 2012-02-19 00:11:44 -05:00
runtime.go runtime: API 2012-02-19 00:11:44 -05:00
rwmutex_test.go all: update 'gotest' to 'go test' 2012-02-13 13:58:17 -05:00
rwmutex.go runtime: API 2012-02-19 00:11:44 -05:00
waitgroup_test.go sync: add fast paths to WaitGroup 2011-07-18 12:35:55 -04:00
waitgroup.go runtime: API 2012-02-19 00:11:44 -05:00