aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/lock_sema.go
AgeCommit message (Expand)Author
2021-04-16runtime: move findrunnable timer delay computation closer to useMichael Pratt
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-05-31runtime: fix race condition between timer and event handlerRichard Musiol
2020-05-07runtime: incorporate Gscan acquire/release into lock ranking orderDan Scales
2020-04-07runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales
2019-10-21runtime: add wasm support for timers on P'sIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-05-14runtime: call atomic.Storeuintptr in noteclear on AIXClément Chigot
2019-04-05runtime: fix sanity check in notetsleepAustin Clements
2018-11-10all: add support for synchronous callbacks to js/wasmRichard Musiol
2018-10-03runtime: add AIX operating systemClément Chigot
2018-06-14runtime, sycall/js: add support for callbacks from JavaScriptRichard Musiol
2018-04-26runtime: remove the dummy arg of getcallerspCherry Zhang
2017-10-11runtime: make m.nextwaitm an muintptrAustin Clements
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-03-24runtime: access _cgo_yield indirectlyCherry Zhang
2017-03-09runtime: fix _cgo_yield usage with sysmon and on BSDBryan C. Mills
2017-03-08runtime: poll libc to deliver signals under TSANBryan C. Mills
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-13runtime: move m's OS-specific semaphore fields into mOSMatthew Dempsky
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-10-15runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x)Matthew Dempsky
2015-03-17runtime: fix writebarrier throw in lock_semaRuss Cox
2015-02-02runtime: rename m.gcing to m.preemptoff and make it a stringAustin Clements
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2014-12-29liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-11[dev.cc] runtime: convert scheduler from C to GoRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox