aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/callbacks.go
AgeCommit message (Expand)Author
2026-03-18runtime,runtime/cgo: do cgo thread initialization in Go on Windowsqmuntal
2025-09-25runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebackerMichael Pratt
2023-05-17runtime/cgo: store M for C-created thread in pthread keyCherry Mui
2023-05-05Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel
2023-04-26runtime/cgo: store M for C-created thread in pthread keyMichael Pratt
2023-04-17Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt
2023-04-03runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-31Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui
2023-03-31Revert "runtime: get a better g0 stack bound in needm"Cherry Mui
2023-03-30runtime: get a better g0 stack bound in needmCherry Mui
2023-03-24runtime/cgo: store M for C-created thread in pthread keydoujiang24
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2018-11-12runtime: avoid variable/function alias on runtime._cgo_panic_internalAustin Clements
2017-03-08runtime: poll libc to deliver signals under TSANBryan C. Mills
2016-05-25cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-04-01runtime/cgo: only build _cgo_callers if x_cgo_callers is definedIan Lance Taylor
2016-04-01runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-07-22runtime/cgo: make compatible with race detectorRuss Cox
2015-04-17runtime: delete cgo_allocateRuss Cox
2015-04-03runtime: initialize shared library at library-load timeSrdjan Petrovic
2014-11-11[dev.cc] runtime/cgo: convert from C to GoRuss Cox