Searched refs:__NR_exit_group (Results 1 - 8 of 8) sorted by relevance

/external/strace/
H A Ddefs.h332 # ifndef __NR_exit_group
333 # /* Hack: Most headers around are too old to have __NR_exit_group. */
335 # define __NR_exit_group 405 macro
337 # define __NR_exit_group 252 macro
339 # define __NR_exit_group 1236 macro
341 # define __NR_exit_group 234 macro
343 # define __NR_exit_group 248 macro
345 # define __NR_exit_group 188 macro
347 # endif /* !__NR_exit_group */
H A Dsyscall-android.h42 #define SYS_exit_group __NR_exit_group
H A Dprocess.c401 #ifdef __NR_exit_group
408 if (known_scno(tcp) == __NR_exit_group)
H A Dsyscall.c737 #ifdef __NR_exit_group
738 case __NR_exit_group:
741 case 252: /* IA-32 __NR_exit_group */
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h260 #define __NR_exit_group 252 macro
/external/strace/linux/
H A Dsyscallent.h309 { 1, TP, sys_exit, "exit_group", __NR_exit_group }, /* 252 */
/external/strace/strace/linux/
H A Dsyscallent.h301 { 1, TP, sys_exit, "exit_group", __NR_exit_group }, /* 252 */
/external/kernel-headers/original/asm-arm/
H A Dunistd.h276 #define __NR_exit_group (__NR_SYSCALL_BASE+248) macro

Completed in 164 milliseconds