index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
cgo
/
callbacks.go
Age
Commit message (
Expand
)
Author
2026-03-18
runtime,runtime/cgo: do cgo thread initialization in Go on Windows
qmuntal
2025-09-25
runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebacker
Michael Pratt
2023-05-17
runtime/cgo: store M for C-created thread in pthread key
Cherry Mui
2023-05-05
Revert "runtime/cgo: store M for C-created thread in pthread key"
Chressie Himpel
2023-04-26
runtime/cgo: store M for C-created thread in pthread key
Michael Pratt
2023-04-17
Revert "runtime/cgo: store M for C-created thread in pthread key"
Michael Pratt
2023-04-03
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-31
Revert "runtime/cgo: store M for C-created thread in pthread key"
Cherry Mui
2023-03-31
Revert "runtime: get a better g0 stack bound in needm"
Cherry Mui
2023-03-30
runtime: get a better g0 stack bound in needm
Cherry Mui
2023-03-24
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2020-10-26
runtime,cmd/cgo: simplify C -> Go call path
Austin Clements
2018-11-12
runtime: avoid variable/function alias on runtime._cgo_panic_internal
Austin Clements
2017-03-08
runtime: poll libc to deliver signals under TSAN
Bryan C. Mills
2016-05-25
cmd/cgo, runtime, runtime/cgo: TSAN support for malloc
Ian Lance Taylor
2016-04-29
cmd/cgo, runtime, runtime/cgo: use cgo context function
Ian Lance Taylor
2016-04-01
runtime/cgo: only build _cgo_callers if x_cgo_callers is defined
Ian Lance Taylor
2016-04-01
runtime: support symbolic backtrace of C code in a cgo crash
Ian Lance Taylor
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-07-22
runtime/cgo: make compatible with race detector
Russ Cox
2015-04-17
runtime: delete cgo_allocate
Russ Cox
2015-04-03
runtime: initialize shared library at library-load time
Srdjan Petrovic
2014-11-11
[dev.cc] runtime/cgo: convert from C to Go
Russ Cox