aboutsummaryrefslogtreecommitdiff
path: root/test/inline_sync.go
AgeCommit message (Expand)Author
2023-10-06sync: use atomic.Uint32 in Oncemstmdev
2023-05-12reflect: do not escape Value.TypeCherry Mui
2022-09-09sync: convert RWMutex.{readerCount,readerWait} to atomic typeCuong Manh Le
2022-09-07Revert "sync: convert Once.done to atomic type"Ian Lance Taylor
2022-09-06sync: convert Once.done to atomic typecuiweixie
2020-03-25test: re-enable atomic intrinsic related tests on riscv64Joel Sing
2020-01-25test: adjust tests for riscv64Joel Sing
2019-04-02cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky
2019-03-09sync: allow inlining the RWMutex.RUnlock fast pathCarlo Alberto Ferraris
2019-03-09sync: allow inlining the Once.Do fast pathCarlo Alberto Ferraris
2019-03-09sync: allow inlining the Mutex.Lock fast pathCarlo Alberto Ferraris
2019-03-05test: skip mutex Unlock inlining tests on a few buildersAlberto Donizetti
2019-03-05sync: allow inlining the Mutex.Unlock fast pathCarlo Alberto Ferraris