Sign in
go
/
go
/
dc3bef36354c7977cfd9e4459e1e6f31bc8624a6
/
src
/
runtime
/
sigqueue.go
aaccb38
runtime: improve sigsend documentation
by Austin Clements
· 7 years ago
eb97160
runtime: don't block signals that will kill the program
by Ian Lance Taylor
· 7 years ago
8ec7a39
os/signal: avoid race between Stop and receiving on channel
by Ian Lance Taylor
· 8 years ago
df2b2eb
runtime: improve last ditch signal forwarding for Unix libraries
by Joe Sylve
· 9 years ago
5fea2cc
all: single space after period.
by Brad Fitzpatrick
· 9 years ago
84a95be
runtime: add nowritebarrierrec to funcs called at signal time
by Ian Lance Taylor
· 9 years ago
81adfa5
runtime: allow signal.Ignore of user-generated throwing signals
by Russ Cox
· 9 years ago
67faca7
runtime: break atomics out into package runtime/internal/atomic
by Michael Matloob
· 9 years ago
0b8d583
runtime, os/signal: use //go:linkname instead of assembly stubs to get access to runtime functions
by Michael Hudson-Doyle
· 9 years ago
a94e906
runtime: remove always false comparison in sigsend
by Todd Neal
· 10 years ago
75d7795
runtime/cgo: make compatible with race detector
by Russ Cox
· 10 years ago
872b168
runtime: if we don't handle a signal on a non-Go thread, raise it
by Ian Lance Taylor
· 10 years ago
b8caed8
runtime: initialize extra M for cgo during mstart
by David Crawshaw
· 10 years ago
194ad16
os/signal: add ability to ignore signals and restore initial signal handlers
by Michael MacInnis
· 10 years ago
d5d4ab7
os/signal, runtime: implement notes on Plan 9
by David du Colombier
· 10 years ago
1ebfb08
runtime: remove unnecessary GOOS switch
by Ian Lance Taylor
· 10 years ago
1f28238
runtime: provide a dummy value of _SIGPROF on plan9 and windows
by Shenghou Ma
· 10 years ago
5da9c8c
runtime: ignore SIGPROF to foreign threads before cgocallback is fully initialized
by Shenghou Ma
· 10 years ago
b2a950b
runtime: rename gothrow to throw
by Keith Randall
· 10 years ago
656be31
[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack
by Russ Cox
· 10 years ago
2d917c0
[dev.cc] runtime: convert signal handlers from C to Go
by Russ Cox
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/runtime/sigqueue.go]
f93e21a
runtime: clean up sigqueue.go
by Russ Cox
· 11 years ago
81ed684
runtime: reconvert sigqueue.goc from C to Go
by Russ Cox
· 11 years ago
012ceed
runtime: make onM and mcall take Go func values
by Russ Cox
· 11 years ago
d21638b
cmd/cc, runtime: preserve C runtime type names in generated Go
by Russ Cox
· 11 years ago
651d0cf
runtime: convert sigqueue to Go
by Dmitriy Vyukov
· 11 years ago