Searched defs:setsig (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | os_freebsd2.go | 13 func setsig(i uint32, fn uintptr) { func
|
D | os_freebsd_amd64.go | 13 func setsig(i uint32, fn uintptr) { func
|
D | os_aix.go | 264 func setsig(i uint32, fn uintptr) { func
|
D | os_openbsd.go | 197 func setsig(i uint32, fn uintptr) { func
|
D | os_darwin.go | 382 func setsig(i uint32, fn uintptr) { func
|
D | os_dragonfly.go | 232 func setsig(i uint32, fn uintptr) { func
|
D | os_netbsd.go | 338 func setsig(i uint32, fn uintptr) { func
|
D | os3_solaris.go | 246 func setsig(i uint32, fn uintptr) { func
|
D | os_linux.go | 464 func setsig(i uint32, fn uintptr) { func
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_signal.py | 1206 def setsig(self, signum, handler): member in StressTest
|
/aosp_15_r20/external/mksh/src/ |
H A D | histrap.c | 1497 setsig(Trap *p, sig_t f, int flags) in setsig() function
|