Searched refs:SA_NOCLDWAIT (Results 1 - 10 of 10) sorted by relevance

/development/ndk/platforms/android-3/arch-arm/include/asm/
H A Dsignal.h64 #define SA_NOCLDWAIT 0x00000002 macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dsignal.h84 #define SA_NOCLDWAIT 0x00010000 macro
/development/ndk/platforms/android-9/arch-x86/include/asm/
H A Dsignal.h77 #define SA_NOCLDWAIT 0x00000002u macro
/development/ndk/platforms/android-L/arch-arm/include/asm/
H A Dsignal.h74 #define SA_NOCLDWAIT 0x00000002 macro
/development/ndk/platforms/android-L/arch-mips/include/asm/
H A Dsignal.h82 #define SA_NOCLDWAIT 0x00010000 macro
/development/ndk/platforms/android-L/arch-mips64/include/asm/
H A Dsignal.h82 #define SA_NOCLDWAIT 0x00010000 macro
/development/ndk/platforms/android-L/arch-x86/include/asm/
H A Dsignal.h77 #define SA_NOCLDWAIT 0x00000002u macro
/development/ndk/platforms/android-L/arch-x86_64/include/asm/
H A Dsignal.h77 #define SA_NOCLDWAIT 0x00000002u macro
/development/ndk/platforms/android-L/include/asm-generic/
H A Dsignal.h75 #define SA_NOCLDWAIT 0x00000002 macro
/development/ndk/sources/android/libportable/arch-mips/
H A Dsignal.c1012 mips_flags |= SA_NOCLDWAIT;
1048 if (mips_flags & SA_NOCLDWAIT) portable_flags |= SA_NOCLDWAIT_PORTABLE;

Completed in 14 milliseconds