Home
last modified time | relevance | path

Searched refs:SA_NOCLDSTOP_PORTABLE (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/libportable/common/include/asm/
Dsignal_portable.h155 #define SA_NOCLDSTOP_PORTABLE 0x00000001 macro
/development/ndk/sources/android/libportable/arch-mips/
Dsignal.c1008 if (portable_flags & SA_NOCLDSTOP_PORTABLE) { in sigaction_flags_pton()
1047 if (mips_flags & SA_NOCLDSTOP) portable_flags |= SA_NOCLDSTOP_PORTABLE; in sigaction_flags_ntop()