summaryrefslogtreecommitdiff
path: root/test/inline_sync.go
Commit message (Expand)AuthorAgeFilesLines
* reflect: do not escape Value.TypeCherry Mui2023-05-121-2/+2
* sync: convert RWMutex.{readerCount,readerWait} to atomic typeCuong Manh Le2022-09-091-10/+10
* Revert "sync: convert Once.done to atomic type"Ian Lance Taylor2022-09-071-1/+1
* sync: convert Once.done to atomic typecuiweixie2022-09-061-1/+1
* test: re-enable atomic intrinsic related tests on riscv64Joel Sing2020-03-251-4/+1
* test: adjust tests for riscv64Joel Sing2020-01-251-1/+4
* cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky2019-04-021-5/+5
* sync: allow inlining the RWMutex.RUnlock fast pathCarlo Alberto Ferraris2019-03-091-0/+13
* sync: allow inlining the Once.Do fast pathCarlo Alberto Ferraris2019-03-091-0/+7
* sync: allow inlining the Mutex.Lock fast pathCarlo Alberto Ferraris2019-03-091-1/+10
* test: skip mutex Unlock inlining tests on a few buildersAlberto Donizetti2019-03-051-1/+1
* sync: allow inlining the Mutex.Unlock fast pathCarlo Alberto Ferraris2019-03-051-0/+24