aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rwmutex_test.go
AgeCommit message (Expand)Author
2021-12-07runtime: fix comments on the behavior of SetGCPercentMichael Anthony Knyszek
2021-11-23runtime: ensure no GC is running in TestParallelRWMutexReadersMichael Anthony Knyszek
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2017-10-26runtime: "fix" non-preemptible loop in TestParallelRWMutexReadersAustin Clements
2017-07-06runtime: prevent descheduling while holding rwmutex read lockAustin Clements
2017-06-28runtime: make rwmutex work on Ms instead of GsAustin Clements
2017-06-19runtime: add read/write mutex typeIan Lance Taylor