aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/gcc_libinit_windows.c
AgeCommit message (Expand)Author
2026-03-24cmd/link: raise minimum windows version to 10Jason A. Donenfeld
2026-03-18runtime,runtime/cgo: do cgo thread initialization in Go on Windowsqmuntal
2026-03-18runtime: implement part of library initialization in Goqmuntal
2026-02-13runtime/cgo: deduplicate pthreads-related functionsqmuntal
2025-09-29cmd/link: use a .def file to mark exported symbols on Windowsqmuntal
2025-09-25runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebackerMichael Pratt
2025-09-23runtime/cgo: retry when CreateThread fails with ERROR_ACCESS_DENIEDqmuntal
2025-02-26runtime/cgo: avoid errors from -Wdeclaration-after-statementIan Lance Taylor
2025-02-25runtime/cgo: use CreateThread instead of _beginthreadqmuntal
2024-11-14runtime/cgo: report a meaningful error message when using Cygwinqmuntal
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
2022-06-09runtime/cgo: retry _beginthread on EACCESMichael Pratt
2022-06-09runtime/cgo: merge bodies of cgo_sys_thread_start on windowsMichael Pratt
2021-02-23runtime/cgo: use correct lean and mean macroJason A. Donenfeld
2020-10-17runtime/cgo: fix build tag placement vet warningCherry Zhang
2019-03-08cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_donePhilipp Stephani
2018-11-12runtime/cgo: added missing includes for errno.h to the windows gcc stubs.Ali Rizvi-Santiago
2016-11-03runtime/cgo: correct type declaration for WindowsDavid Chase
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-04cmd/go: fix -buildmode=c-archive should work on windowsChristopher Nelson
2016-03-08cmd/go: ignore C files when CGO_ENABLED=0Russ Cox
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-27runtime/cgo: more +build cgo tagsRuss Cox
2015-04-03runtime: initialize shared library at library-load timeSrdjan Petrovic