Home | History | Annotate | Download | only in signal

Lines Matching defs:handler

15 	m map[chan<- os.Signal]*handler
21 // at all times, and we also need to keep track of the *handler
28 h *handler
31 type handler struct {
35 func (h *handler) want(sig int) bool {
39 func (h *handler) set(sig int) {
43 func (h *handler) clear(sig int) {
55 var zerohandler handler
116 handlers.m = make(map[chan<- os.Signal]*handler)
118 h = new(handler)
180 // and the signal handler invoked, and then Stop deregisters