HomeSort by relevance Sort by last modified time
    Searched defs:__NR_fork (Results 1 - 15 of 15) sorted by null

  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd_n32.h 77 #define __NR_fork (__NR_Linux + 56)
unistd_n64.h 77 #define __NR_fork (__NR_Linux + 56)
unistd_o32.h 23 #define __NR_fork (__NR_Linux + 2)
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_x32.h 68 #define __NR_fork (__X32_SYSCALL_BIT + 57)
unistd_32.h 23 #define __NR_fork 2
unistd_64.h 78 #define __NR_fork 57
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd_n32.h 60 #define __NR_fork (__NR_Linux + 56)
unistd_n64.h 60 #define __NR_fork (__NR_Linux + 56)
unistd_o32.h 6 #define __NR_fork (__NR_Linux + 2)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_x32.h 51 #define __NR_fork (__X32_SYSCALL_BIT + 57)
unistd_32.h 6 #define __NR_fork 2
unistd_64.h 61 #define __NR_fork 57
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 23 #define __NR_fork (__NR_SYSCALL_BASE + 2)
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 6 #define __NR_fork (__NR_SYSCALL_BASE + 2)
  /external/strace/
scno.h 179 #ifndef __NR_fork
180 # define __NR_fork (SYSCALL_BIT | 57)

Completed in 61 milliseconds