aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rwmutex_test.go
AgeCommit message (Expand)Author
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