/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | os_freebsd.go | 341 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
|
D | os_dragonfly.go | 31 func sigaction(sig uint32, new, old *sigactiont) 224 type sigactiont struct { struct 225 sa_sigaction uintptr 226 sa_flags int32 227 sa_mask sigset
|
D | os_netbsd.go | 38 func sigaction(sig uint32, new, old *sigactiont) 330 type sigactiont struct { struct 331 sa_sigaction uintptr 332 sa_mask sigset 333 sa_flags int32
|
D | os_openbsd.go | 189 type sigactiont struct { struct 190 sa_sigaction uintptr 191 sa_mask uint32 192 sa_flags int32
|
D | defs_linux_s390x.go | 114 type sigactiont struct { struct 115 sa_handler uintptr 116 sa_flags uint64 117 sa_restorer uintptr 118 sa_mask uint64
|
D | defs_linux_loong64.go | 148 type sigactiont struct { struct 149 sa_handler uintptr 150 sa_flags uint64 151 sa_mask uint64 154 sa_restorer uintptr
|
D | defs_linux_arm64.go | 117 type sigactiont struct { struct 118 sa_handler uintptr 119 sa_flags uint64 120 sa_restorer uintptr 121 sa_mask uint64
|
D | defs_linux_mips64x.go | 121 type sigactiont struct { struct 122 sa_flags uint32 123 sa_handler uintptr 124 sa_mask [2]uint64 127 sa_restorer uintptr
|
D | defs_linux_mipsx.go | 116 type sigactiont struct { struct 117 sa_flags uint32 118 sa_handler uintptr 119 sa_mask [4]uint32 122 sa_restorer uintptr
|
D | defs_linux_ppc64le.go | 118 type sigactiont struct { struct 119 sa_handler uintptr 120 sa_flags uint64 121 sa_restorer uintptr 122 sa_mask uint64
|
D | defs_linux_arm.go | 197 type sigactiont struct { struct 198 sa_handler uintptr 199 sa_flags uint32 200 sa_restorer uintptr 201 sa_mask uint64
|
D | defs_linux_ppc64.go | 118 type sigactiont struct { struct 119 sa_handler uintptr 120 sa_flags uint64 121 sa_restorer uintptr 122 sa_mask uint64
|
D | defs_aix_ppc64.go | 202 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
|
D | defs1_solaris_amd64.go | 137 type sigactiont struct { struct 138 sa_flags int32 139 pad_cgo_0 [4]byte 140 _funcptr [8]byte 141 sa_mask sigset
|
D | defs_linux_riscv64.go | 115 type sigactiont struct { struct 116 sa_handler uintptr 117 sa_flags uint64 118 sa_mask uint64 121 sa_restorer uintptr
|
D | defs_darwin_arm64.go | 123 type sigactiont struct { struct 124 __sigaction_u [8]byte 125 sa_tramp unsafe.Pointer 126 sa_mask uint32 127 sa_flags int32
|
D | defs_linux_386.go | 158 type sigactiont struct { struct 159 sa_handler uintptr 160 sa_flags uint32 161 sa_restorer uintptr 162 sa_mask uint64
|
D | defs_linux_amd64.go | 117 type sigactiont struct { struct 118 sa_handler uintptr 119 sa_flags uint64 120 sa_restorer uintptr 121 sa_mask uint64
|
D | cgo_sigaction.go | 21 func sigaction(sig uint32, new, old *sigactiont) { 94 func callCgoSigaction(sig uintptr, new, old *sigactiont) int32
|
D | defs_darwin_amd64.go | 121 type sigactiont struct { struct 122 __sigaction_u [8]byte 123 sa_tramp unsafe.Pointer 124 sa_mask uint32 125 sa_flags int32
|
D | sys_openbsd2.go | 229 func sigaction(sig uint32, new *sigactiont, old *sigactiont) {
|
D | sigaction.go | 14 func sigaction(sig uint32, new, old *sigactiont) {
|
D | stubs_ppc64.go | 12 func callCgoSigaction(sig uintptr, new, old *sigactiont) int32
|
D | os3_solaris.go | 523 func sigaction(sig uint32, act *sigactiont, oact *sigactiont) /* int32 */ {
|
D | os_linux.go | 519 func sysSigaction(sig uint32, new, old *sigactiont) { 544 func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32
|