aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/libcgo.h
AgeCommit message (Expand)Author
2021-02-05[dev.regabi] runtime/cgo: call setg_gcc in crosscall_amd64Cherry Zhang
2019-03-08cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_donePhilipp Stephani
2018-07-04runtime: support capturing C backtrace from signal handler on darwin/amd64Nikhil Benesch
2018-03-07runtime/cgo: make sure nil is undefined before defining itElias Naur
2017-05-26cmd/cgo, runtime/cgo: add docs for TSAN interactionIan Lance Taylor
2016-06-02runtime/cgo: avoid races on cgo_context_functionIan Lance Taylor
2016-05-31runtime/cgo: add TSAN acquire/release callsIan Lance Taylor
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-04-03runtime: initialize shared library at library-load timeSrdjan Petrovic
2015-03-17runtime/cgo: catch EXC_BAD_ACCESS on darwin/armDavid Crawshaw
2014-09-09runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox