go/src/sync
Ian Lance Taylor d6473a1263 syscall: avoid serializing forks on ForkLock
Fixes #23558
Fixes #54162

Change-Id: I3cf6efe466080cdb17e171218e9385ccb272c301
Reviewed-on: https://go-review.googlesource.com/c/go/+/421441
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
2023-05-23 17:25:09 +00:00
..
atomic all: fix a lot of comments 2023-05-10 12:59:20 +00:00
cond.go
cond_test.go sync: fix TestCondSignalStealing flake 2023-03-22 18:52:42 +00:00
example_pool_test.go
example_test.go
export_test.go
map.go sync: document memory model for Swap/CompareAnd{Swap,Delete} in Map 2023-01-20 19:38:29 +00:00
map_bench_test.go
map_reference_test.go
map_test.go
mutex.go
mutex_test.go
once.go
once_test.go
oncefunc.go sync: implement OnceFunc, OnceValue, and OnceValues 2023-03-31 20:01:17 +00:00
oncefunc_test.go sync: implement OnceFunc, OnceValue, and OnceValues 2023-03-31 20:01:17 +00:00
pool.go
pool_test.go
poolqueue.go
runtime.go
runtime2.go
runtime2_lockrank.go
runtime_sema_test.go
rwmutex.go syscall: avoid serializing forks on ForkLock 2023-05-23 17:25:09 +00:00
rwmutex_test.go
waitgroup.go
waitgroup_test.go