index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sync
/
rwmutex.go
Age
Commit message (
Expand
)
Author
2024-12-04
sync: document RWMutex locks cannot be upgraded / downgraded
Sean Liao
2024-11-18
internal/sync: move sync.Mutex implementation into new package
Michael Anthony Knyszek
2024-07-01
sync: refer to Locker interface methods in RWMutex.RLocker doc
Dmitri Shuralyov
2024-06-07
sync: include links to the Go memory model in package documentation
Rodrigo Orselli
2024-02-26
sync: add available godoc link
cui fliter
2023-09-07
sync: deemphasize goroutines in RWMutex documentation
qiulaidongfeng
2023-05-23
syscall: avoid serializing forks on ForkLock
Ian Lance Taylor
2022-09-16
runtime: make the wait reason for a g blocked on a mutex more specific
Michael Anthony Knyszek
2022-09-09
sync: convert RWMutex.{readerCount,readerWait} to atomic type
Cuong Manh Le
2022-06-06
runtime, sync, sync/atomic: document happens-before guarantees
Russ Cox
2022-04-28
runtime: differentiate "user" and "system" throws
Michael Pratt
2021-10-29
sync: add Mutex.TryLock, RWMutex.TryLock, RWMutex.TryRLock
Russ Cox
2020-11-18
sync: document RWMutex race semantics
Michael Pratt
2019-03-09
sync: allow inlining the RWMutex.RUnlock fast path
Carlo Alberto Ferraris
2019-03-09
sync: allow inlining the Mutex.Lock fast path
Carlo Alberto Ferraris
2019-03-05
sync: allow inlining the Mutex.Unlock fast path
Carlo Alberto Ferraris
2018-06-22
sync: fix deficiency in RWMutex race annotations
Dmitry Vyukov
2018-02-14
sync: enable profiling of RWMutex
Lorenz Bauer
2018-01-16
sync: consistently use article "a" for RWMutex
Brad Fitzpatrick
2017-06-19
runtime: add read/write mutex type
Ian Lance Taylor
2017-06-14
sync: make another attempt at clarifying RWMutex double RLock rules
Brad Fitzpatrick
2017-06-07
sync: remove note about creating with structures
Joonas Kuorilehto
2017-02-17
sync: make Mutex more fair
Dmitry Vyukov
2016-10-19
sync: throw, not panic, for unlock of unlocked mutex
Russ Cox
2016-05-31
sync: document that RWMutex read locks may not be held recursively
Andrew Gerrand
2016-05-06
cmd/vet: check sync.* types' copying
Aliaksandr Valialkin
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-11-26
internal/race: add package
Dmitry Vyukov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox