aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/lock_futex.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
2018-11-10all: add support for synchronous callbacks to js/wasmRichard Musiol
2018-06-14runtime, sycall/js: add support for callbacks from JavaScriptRichard Musiol
2018-04-26runtime: remove the dummy arg of getcallerspCherry Zhang
2017-05-29runtime: fix stack split at bad time when disable inliningWei Xiao
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-04-14runtime: find a home for orphaned commentsJeremy Jackins
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-07-27runtime: make notetsleep_internal nowritebarrierAustin Clements
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