HomeSort by relevance Sort by last modified time
    Searched refs:sys_timer_create (Results 1 - 19 of 19) sorted by null

  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-linux.h 152 DECL_TEMPLATE(linux, sys_timer_create); // Linux: varies across archs?
syswrap-ppc64-linux.c     [all...]
syswrap-amd64-linux.c     [all...]
syswrap-arm-linux.c     [all...]
syswrap-mips32-linux.c     [all...]
syswrap-mips64-linux.c 851 LINXY (__NR_timer_create, sys_timer_create),
    [all...]
syswrap-ppc32-linux.c     [all...]
syswrap-s390x-linux.c     [all...]
syswrap-tilegx-linux.c     [all...]
syswrap-x86-linux.c     [all...]
syswrap-solaris.c     [all...]
syswrap-linux.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 510 __SYSCALL(__NR_timer_create, sys_timer_create)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_64.h 510 __SYSCALL(__NR_timer_create, sys_timer_create)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_64.h 510 __SYSCALL(__NR_timer_create, sys_timer_create)
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 338 __SC_COMP(__NR_timer_create, sys_timer_create, compat_sys_timer_create)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 317 __SYSCALL(__NR_timer_create, sys_timer_create)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 340 __SC_COMP(__NR_timer_create, sys_timer_create, compat_sys_timer_create)
  /external/valgrind/memcheck/tests/solaris/
scalar.c 1089 static void sys_timer_create(void) function
1091 GO(SYS_timer_create, "3s 4m");
1092 SY(SYS_timer_create, x0, x0 + 1, x0 + 1); FAIL;
1102 GO(SYS_timer_create, "5s 2m");
1103 SY(SYS_timer_create, x0, &evp, x0 + 1); FAIL;
    [all...]

Completed in 2492 milliseconds