Home
last modified time | relevance | path

Searched defs:sigactiont (Results 1 – 25 of 77) sorted by relevance

1234

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dcgo_sigaction.go20 func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32 {
84 func sysSigaction(sig uintptr, new, old *sigactiont, size uintptr) int32
89 func callCgoSigaction(sig uintptr, new, old *sigactiont) int32
H A Dos_freebsd.go21 func sigaction(sig uint32, new, old *sigactiont)
299 type sigactiont struct { struct
300 sa_handler uintptr
301 sa_flags int32
302 sa_mask sigset
H A Dos_dragonfly.go28 func sigaction(sig uint32, new, old *sigactiont)
229 type sigactiont struct { struct
230 sa_sigaction uintptr
231 sa_flags int32
232 sa_mask sigset
H A Dos_openbsd.go20 func sigaction(sig uint32, new, old *sigactiont)
235 type sigactiont struct { struct
236 sa_sigaction uintptr
237 sa_mask uint32
238 sa_flags int32
H A Dos_netbsd.go35 func sigaction(sig uint32, new, old *sigactiont)
267 type sigactiont struct { struct
268 sa_sigaction uintptr
269 sa_mask sigset
270 sa_flags int32
H A Dsigaction_linux.go11 func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32
H A Ddefs_linux_s390x.go114 type sigactiont struct { struct
115 sa_handler uintptr
116 sa_flags uint64
117 sa_restorer uintptr
118 sa_mask uint64
H A Ddefs_linux_arm64.go118 type sigactiont struct { struct
119 sa_handler uintptr
120 sa_flags uint64
121 sa_restorer uintptr
122 sa_mask uint64
H A Ddefs_linux_mips64x.go118 type sigactiont struct { struct
119 sa_flags uint32
120 sa_handler uintptr
121 sa_mask [2]uint64
124 sa_restorer uintptr
H A Ddefs_linux_mipsx.go120 type sigactiont struct { struct
121 sa_flags uint32
122 sa_handler uintptr
123 sa_mask [4]uint32
126 sa_restorer uintptr
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dcgo_sigaction.go20 func sigaction(sig uint32, new, old *sigactiont) {
92 func callCgoSigaction(sig uintptr, new, old *sigactiont) int32
H A Dos_openbsd.go183 type sigactiont struct { struct
184 sa_sigaction uintptr
185 sa_mask uint32
186 sa_flags int32
H A Dos_freebsd.go335 type sigactiont struct { struct
336 sa_handler uintptr
337 sa_flags int32
338 sa_mask sigset
437 func sysSigaction(sig uint32, new, old *sigactiont) {
448 func asmSigaction(sig uintptr, new, old *sigactiont) int32
H A Dsigaction.go14 func sigaction(sig uint32, new, old *sigactiont) {
H A Dstubs_ppc64.go11 func callCgoSigaction(sig uintptr, new, old *sigactiont) int32
H A Dos_dragonfly.go31 func sigaction(sig uint32, new, old *sigactiont)
218 type sigactiont struct { struct
219 sa_sigaction uintptr
220 sa_flags int32
221 sa_mask sigset
H A Dos_netbsd.go38 func sigaction(sig uint32, new, old *sigactiont)
321 type sigactiont struct { struct
322 sa_sigaction uintptr
323 sa_mask sigset
324 sa_flags int32
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dcgo_sigaction.go20 func sigaction(sig uint32, new, old *sigactiont) {
87 func callCgoSigaction(sig uintptr, new, old *sigactiont) int32
H A Dos_freebsd.go325 type sigactiont struct { struct
326 sa_handler uintptr
327 sa_flags int32
328 sa_mask sigset
414 func sysSigaction(sig uint32, new, old *sigactiont) {
425 func asmSigaction(sig uintptr, new, old *sigactiont) int32
H A Dos_dragonfly.go30 func sigaction(sig uint32, new, old *sigactiont)
208 type sigactiont struct { struct
209 sa_sigaction uintptr
210 sa_flags int32
211 sa_mask sigset
H A Dsigaction.go14 func sigaction(sig uint32, new, old *sigactiont) {
H A Dos_openbsd.go21 func sigaction(sig uint32, new, old *sigactiont)
258 type sigactiont struct { struct
259 sa_sigaction uintptr
260 sa_mask uint32
261 sa_flags int32
H A Dos_netbsd.go37 func sigaction(sig uint32, new, old *sigactiont)
285 type sigactiont struct { struct
286 sa_sigaction uintptr
287 sa_mask sigset
288 sa_flags int32
H A Ddefs_linux_s390x.go114 type sigactiont struct { struct
115 sa_handler uintptr
116 sa_flags uint64
117 sa_restorer uintptr
118 sa_mask uint64
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/runtime/
H A Ddefs_linux_mips64x.go118 type sigactiont struct { struct
119 sa_flags uint32
120 sa_handler uintptr
121 sa_mask [2]uint64
124 sa_restorer uintptr

1234