Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dos_freebsd.go341 type sigactiont struct { struct
342 sa_handler uintptr
343 sa_flags int32
344 sa_mask sigset
449 func sysSigaction(sig uint32, new, old *sigactiont) {
461 func asmSigaction(sig uintptr, new, old *sigactiont) int32
Dos_dragonfly.go31 func sigaction(sig uint32, new, old *sigactiont)
224 type sigactiont struct { struct
225 sa_sigaction uintptr
226 sa_flags int32
227 sa_mask sigset
Dos_netbsd.go38 func sigaction(sig uint32, new, old *sigactiont)
330 type sigactiont struct { struct
331 sa_sigaction uintptr
332 sa_mask sigset
333 sa_flags int32
Dos_openbsd.go189 type sigactiont struct { struct
190 sa_sigaction uintptr
191 sa_mask uint32
192 sa_flags int32
Ddefs_linux_s390x.go114 type sigactiont struct { struct
115 sa_handler uintptr
116 sa_flags uint64
117 sa_restorer uintptr
118 sa_mask uint64
Ddefs_linux_loong64.go148 type sigactiont struct { struct
149 sa_handler uintptr
150 sa_flags uint64
151 sa_mask uint64
154 sa_restorer uintptr
Ddefs_linux_arm64.go117 type sigactiont struct { struct
118 sa_handler uintptr
119 sa_flags uint64
120 sa_restorer uintptr
121 sa_mask uint64
Ddefs_linux_mips64x.go121 type sigactiont struct { struct
122 sa_flags uint32
123 sa_handler uintptr
124 sa_mask [2]uint64
127 sa_restorer uintptr
Ddefs_linux_mipsx.go116 type sigactiont struct { struct
117 sa_flags uint32
118 sa_handler uintptr
119 sa_mask [4]uint32
122 sa_restorer uintptr
Ddefs_linux_ppc64le.go118 type sigactiont struct { struct
119 sa_handler uintptr
120 sa_flags uint64
121 sa_restorer uintptr
122 sa_mask uint64
Ddefs_linux_arm.go197 type sigactiont struct { struct
198 sa_handler uintptr
199 sa_flags uint32
200 sa_restorer uintptr
201 sa_mask uint64
Ddefs_linux_ppc64.go118 type sigactiont struct { struct
119 sa_handler uintptr
120 sa_flags uint64
121 sa_restorer uintptr
122 sa_mask uint64
Ddefs_aix_ppc64.go202 type sigactiont struct { struct
203 sa_handler uintptr // a union of two pointer
204 sa_mask sigset
205 sa_flags int32
206 pad_cgo_0 [4]byte
Ddefs1_solaris_amd64.go137 type sigactiont struct { struct
138 sa_flags int32
139 pad_cgo_0 [4]byte
140 _funcptr [8]byte
141 sa_mask sigset
Ddefs_linux_riscv64.go115 type sigactiont struct { struct
116 sa_handler uintptr
117 sa_flags uint64
118 sa_mask uint64
121 sa_restorer uintptr
Ddefs_darwin_arm64.go123 type sigactiont struct { struct
124 __sigaction_u [8]byte
125 sa_tramp unsafe.Pointer
126 sa_mask uint32
127 sa_flags int32
Ddefs_linux_386.go158 type sigactiont struct { struct
159 sa_handler uintptr
160 sa_flags uint32
161 sa_restorer uintptr
162 sa_mask uint64
Ddefs_linux_amd64.go117 type sigactiont struct { struct
118 sa_handler uintptr
119 sa_flags uint64
120 sa_restorer uintptr
121 sa_mask uint64
Dcgo_sigaction.go21 func sigaction(sig uint32, new, old *sigactiont) {
94 func callCgoSigaction(sig uintptr, new, old *sigactiont) int32
Ddefs_darwin_amd64.go121 type sigactiont struct { struct
122 __sigaction_u [8]byte
123 sa_tramp unsafe.Pointer
124 sa_mask uint32
125 sa_flags int32
Dsys_openbsd2.go229 func sigaction(sig uint32, new *sigactiont, old *sigactiont) {
Dsigaction.go14 func sigaction(sig uint32, new, old *sigactiont) {
Dstubs_ppc64.go12 func callCgoSigaction(sig uintptr, new, old *sigactiont) int32
Dos3_solaris.go523 func sigaction(sig uint32, act *sigactiont, oact *sigactiont) /* int32 */ {
Dos_linux.go519 func sysSigaction(sig uint32, new, old *sigactiont) {
544 func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32

12