Searched refs:sa_flags (Results 1 - 23 of 23) sorted by relevance

/prebuilts/go/darwin-x86/misc/cgo/testcarchive/
H A Dmain_unix.c26 sa.sa_flags = SA_ONSTACK | SA_SIGINFO;
33 if (osa.sa_handler == SIG_DFL || (osa.sa_flags&SA_ONSTACK) == 0) {
H A Dmain3.c48 sa.sa_flags = SA_SIGINFO;
80 sa.sa_flags = SA_SIGINFO;
H A Dmain2.c105 sa.sa_flags = SA_SIGINFO;
H A Dmain4.c40 sa.sa_flags = SA_SIGINFO | SA_ONSTACK;
/prebuilts/go/linux-x86/misc/cgo/testcarchive/
H A Dmain_unix.c26 sa.sa_flags = SA_ONSTACK | SA_SIGINFO;
33 if (osa.sa_handler == SIG_DFL || (osa.sa_flags&SA_ONSTACK) == 0) {
H A Dmain3.c48 sa.sa_flags = SA_SIGINFO;
80 sa.sa_flags = SA_SIGINFO;
H A Dmain2.c105 sa.sa_flags = SA_SIGINFO;
H A Dmain4.c40 sa.sa_flags = SA_SIGINFO | SA_ONSTACK;
/prebuilts/go/darwin-x86/src/runtime/cgo/
H A Dgcc_sigaction.c55 act.sa_flags = goact->flags & ~SA_RESTORER;
66 if (oldact.sa_flags & SA_SIGINFO) {
77 oldgoact->flags = oldact.sa_flags;
/prebuilts/go/linux-x86/src/runtime/cgo/
H A Dgcc_sigaction.c55 act.sa_flags = goact->flags & ~SA_RESTORER;
66 if (oldact.sa_flags & SA_SIGINFO) {
77 oldgoact->flags = oldact.sa_flags;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dsigaction.h47 int sa_flags; member in struct:sigaction
53 /* Bits in `sa_flags'. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dsigaction.h47 int sa_flags; member in struct:sigaction
53 /* Bits in `sa_flags'. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
H A Dsignal.h110 unsigned long sa_flags; member in struct:sigaction
121 unsigned long sa_flags; member in struct:sigaction
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
H A Dsignal.h110 unsigned long sa_flags; member in struct:sigaction
121 unsigned long sa_flags; member in struct:sigaction
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
H A Dsignal.h104 unsigned long sa_flags; member in struct:sigaction
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/libcxx/thread/thread.threads/thread.thread.this/
H A Dsleep_for.pass.cpp44 action.sa_flags = 0;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/thread/thread.threads/thread.thread.this/
H A Dsleep_for.pass.cpp44 action.sa_flags = 0;
/prebuilts/go/darwin-x86/misc/cgo/testcshared/
H A Dmain5.c49 sa.sa_flags = SA_SIGINFO;
H A Dmain4.c99 sa.sa_flags = SA_SIGINFO;
/prebuilts/go/linux-x86/misc/cgo/testcshared/
H A Dmain5.c49 sa.sa_flags = SA_SIGINFO;
H A Dmain4.c99 sa.sa_flags = SA_SIGINFO;
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest-death-test_test.cc393 signal_action.sa_flags = SA_RESTART | SA_SIGINFO;
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
H A Dgtest-death-test_test.cc393 signal_action.sa_flags = SA_RESTART | SA_SIGINFO;

Completed in 110 milliseconds