aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/gcc_libinit.c
AgeCommit message (Expand)Author
2026-03-18runtime,runtime/cgo: do cgo thread initialization in Go on Windowsqmuntal
2026-02-13runtime/cgo: deduplicate x_cgo_init and crosscall1qmuntal
2026-02-13runtime/cgo: deduplicate pthreads-related functionsqmuntal
2025-09-25runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebackerMichael Pratt
2025-02-26runtime/cgo: avoid errors from -Wdeclaration-after-statementIan Lance Taylor
2024-08-13runtime/cgo: create C pthreads in detached stateIan Lance Taylor
2024-02-29runtime/cgo: ignore unknown warning optionsIan Lance Taylor
2024-02-10runtime/cgo: ignore -Watomic-alignment in gcc_libinit.cMauri de Souza Meneguzzo
2023-08-22runtime/cgo: get getstackbound for set_stackloIan Lance Taylor
2023-08-09runtime/cgo: use frame address to set g0 stack boundIan Lance Taylor
2023-07-21runtime/cgo: reduce runtime init done check using atomicCuong Manh Le
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-24runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-01-24runtime/cgo: use //go:build lines in C and assembly filesTobias Klauser
2019-03-08cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_donePhilipp Stephani
2019-03-06runtime/cgo: add port for aix/ppc64Clément Chigot
2018-10-10runtime/cgo: annotate unused variable with __attribute__((unused))Muhammad Falak R Wani
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-04-11cmd/link,runtime/cgo: enable PT_TLS generation on OpenBSDJoel Sing
2016-12-05runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor
2016-06-02runtime/cgo: avoid races on cgo_context_functionIan Lance Taylor
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-04-22runtime/cgo: use normal libinit on PPC GNU/LinuxIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-27runtime/cgo: add cgo build tag to C filesRuss Cox
2015-05-06runtime/cgo: add cgo support for solaris/amd64Aram Hăvărneanu
2015-04-28runtime/cgo: use PTHREAD_{MUTEX,COND}_INITIALIZERIan Lance Taylor
2015-04-13runtime: remove runtime wait/notify from ppc64x architectures.Srdjan Petrovic
2015-04-03runtime: initialize shared library at library-load timeSrdjan Petrovic