1
0
mirror of https://github.com/golang/go synced 2024-11-17 12:44:49 -07:00
go/src/sync
Kai Dong 5ccaf2c6ad sync: update comment
Comment update.

Change-Id: If0d054216f9953f42df04647b85c38008b85b026
GitHub-Last-Rev: 133b4670be
GitHub-Pull-Request: golang/go#31539
Reviewed-on: https://go-review.googlesource.com/c/go/+/172700
Reviewed-by: Austin Clements <austin@google.com>
2019-04-19 16:15:36 +00:00
..
atomic
cond_test.go
cond.go
example_pool_test.go
example_test.go
export_test.go sync: internal dynamically sized lock-free queue for sync.Pool 2019-04-05 18:49:04 +00:00
map_bench_test.go
map_reference_test.go
map_test.go
map.go
mutex_test.go
mutex.go sync: allow inlining the Mutex.Lock fast path 2019-03-09 05:08:04 +00:00
once_test.go
once.go sync: allow inlining the Once.Do fast path 2019-03-09 05:58:31 +00:00
pool_test.go sync: smooth out Pool behavior over GC with a victim cache 2019-04-05 18:49:08 +00:00
pool.go sync: update comment 2019-04-19 16:15:36 +00:00
poolqueue.go sync: internal dynamically sized lock-free queue for sync.Pool 2019-04-05 18:49:04 +00:00
runtime_sema_test.go
runtime.go sync: allow inlining the Mutex.Lock fast path 2019-03-09 05:08:04 +00:00
rwmutex_test.go
rwmutex.go sync: allow inlining the RWMutex.RUnlock fast path 2019-03-09 16:34:17 +00:00
waitgroup_test.go
waitgroup.go