/prebuilts/go/darwin-x86/src/runtime/ |
sigaction_linux.go | 9 // rt_sigaction calls the rt_sigaction system call. It is implemented in assembly. 11 func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32 func
|
cgo_sigaction.go | 20 func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32 { func 82 // sysSigaction calls the rt_sigaction system call. It is implemented in assembly.
|
os_linux.go | 411 rt_sigaction(uintptr(i), &sa, nil, unsafe.Sizeof(sa.sa_mask)) 418 rt_sigaction(uintptr(i), nil, &sa, unsafe.Sizeof(sa.sa_mask)) 423 rt_sigaction(uintptr(i), &sa, nil, unsafe.Sizeof(sa.sa_mask)) 430 if rt_sigaction(uintptr(i), nil, &sa, unsafe.Sizeof(sa.sa_mask)) != 0 { 431 throw("rt_sigaction read failure")
|
defs2_linux.go | 35 // is used with the rt_sigaction system call. For 386 this is not
|
/prebuilts/go/linux-x86/src/runtime/ |
sigaction_linux.go | 9 // rt_sigaction calls the rt_sigaction system call. It is implemented in assembly. 11 func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32 func
|
cgo_sigaction.go | 20 func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32 { func 82 // sysSigaction calls the rt_sigaction system call. It is implemented in assembly.
|
os_linux.go | 411 rt_sigaction(uintptr(i), &sa, nil, unsafe.Sizeof(sa.sa_mask)) 418 rt_sigaction(uintptr(i), nil, &sa, unsafe.Sizeof(sa.sa_mask)) 423 rt_sigaction(uintptr(i), &sa, nil, unsafe.Sizeof(sa.sa_mask)) 430 if rt_sigaction(uintptr(i), nil, &sa, unsafe.Sizeof(sa.sa_mask)) != 0 { 431 throw("rt_sigaction read failure")
|
defs2_linux.go | 35 // is used with the rt_sigaction system call. For 386 this is not
|
/system/tpm/tpm_manager/server/ |
tpm_managerd-seccomp-amd64.policy | 68 rt_sigaction: 1
|
/system/tpm/trunks/ |
trunksd-seccomp-amd64.policy | 57 rt_sigaction: 1
|
trunksd-seccomp-x86_64.policy | 57 rt_sigaction: 1
|
/external/strace/ |
sys_func.h | 209 extern SYS_FUNC(rt_sigaction);
|
signal.c | 578 SYS_FUNC(rt_sigaction)
|
/external/strace/linux/32/ |
syscallent.h | 142 [134] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
|
/external/strace/linux/64/ |
syscallent.h | 135 [134] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
|
/external/strace/linux/avr32/ |
syscallent.h | 96 [ 67] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
|
/external/strace/linux/hppa/ |
syscallent.h | 180 [174] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
|
/external/strace/linux/x86_64/ |
syscallent.h | 14 [ 13] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
|
/external/strace/linux/xtensa/ |
syscallent.h | 219 [226] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
|
/external/strace/linux/arm/ |
syscallent.h | 204 [174] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
|
/external/strace/linux/i386/ |
syscallent.h | 204 [174] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
|
/external/strace/linux/ia64/ |
syscallent.h | 198 [1177] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
|
/external/strace/linux/m68k/ |
syscallent.h | 204 [174] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
|
/external/strace/linux/mips/ |
syscallent-n32.h | 16 [6013] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
|
syscallent-n64.h | 16 [5013] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
|