HomeSort by relevance Sort by last modified time
    Searched refs:SA_NOCLDSTOP (Results 1 - 25 of 35) sorted by null

1 2

  /bionic/libc/kernel/arch-arm/asm/
signal.h 63 #define SA_NOCLDSTOP 0x00000001
  /bionic/libc/kernel/arch-x86/asm/
signal.h 66 #define SA_NOCLDSTOP 0x00000001u
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
signal.h 63 #define SA_NOCLDSTOP 0x00000001
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
signal.h 63 #define SA_NOCLDSTOP 0x00000001
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
signal.h 63 #define SA_NOCLDSTOP 0x00000001
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
signal.h 66 #define SA_NOCLDSTOP 0x00000001u
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
signal.h 63 #define SA_NOCLDSTOP 0x00000001
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
signal.h 66 #define SA_NOCLDSTOP 0x00000001u
  /external/kernel-headers/original/asm-arm/
signal.h 78 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
91 #define SA_NOCLDSTOP 0x00000001
  /external/dropbear/
svr-main.c 339 sa_chld.sa_flags = SA_NOCLDSTOP;
379 sa_chld.sa_flags = SA_NOCLDSTOP;
  /external/bluetooth/hcidump/src/
csrsniff.c 250 sa.sa_flags = SA_NOCLDSTOP;
bpasniff.c 298 sa.sa_flags = SA_NOCLDSTOP;
  /external/kernel-headers/original/asm-x86/
signal.h 90 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
98 #define SA_NOCLDSTOP 0x00000001u
  /external/bluetooth/bluez/compat/
fakehid.c 310 sa.sa_flags = SA_NOCLDSTOP;
411 sa.sa_flags = SA_NOCLDSTOP;
624 sa.sa_flags = SA_NOCLDSTOP;
dund.c 591 sa.sa_flags = SA_NOCLDSTOP;
  /external/bluetooth/bluez/test/
hstest.c 223 sa.sa_flags = SA_NOCLDSTOP;
scotest.c 407 sa.sa_flags = SA_NOCLDSTOP;
agent.c 626 sa.sa_flags = SA_NOCLDSTOP;
  /external/bluetooth/bluez/tools/
ppporc.c 247 sa.sa_flags = SA_NOCLDSTOP;
hciattach.c 387 sa.sa_flags = SA_NOCLDSTOP;
1291 sa.sa_flags = SA_NOCLDSTOP;
1310 sa.sa_flags = SA_NOCLDSTOP;
ciptool.c 372 sa.sa_flags = SA_NOCLDSTOP;
  /frameworks/base/cmds/runtime/
SignalHandler.cpp 180 sa.sa_flags = SA_NOCLDSTOP|SA_SIGINFO;
  /external/bluetooth/bluez/rfcomm/
main.c 435 sa.sa_flags = SA_NOCLDSTOP;
594 sa.sa_flags = SA_NOCLDSTOP;
  /external/bluetooth/bluez/src/
main.c 424 sa.sa_flags = SA_NOCLDSTOP;
  /external/strace/
signal.c 187 { SA_NOCLDSTOP, "SA_NOCLDSTOP" },
234 #ifdef SA_NOCLDSTOP
235 { SA_NOCLDSTOP, "SA_NOCLDSTOP" },
    [all...]

Completed in 1212 milliseconds

1 2