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

  /external/valgrind/coregrind/m_syswrap/
syswrap-arm64-linux.c 723 LINXY(__NR_timer_create, sys_timer_create), // 107
    [all...]
priv_syswrap-linux.h 154 DECL_TEMPLATE(linux, sys_timer_create); // Linux: varies across archs?
syswrap-amd64-linux.c 726 LINXY(__NR_timer_create, sys_timer_create), // 222
    [all...]
syswrap-ppc32-linux.c     [all...]
syswrap-ppc64-linux.c     [all...]
syswrap-arm-linux.c     [all...]
syswrap-mips32-linux.c     [all...]
syswrap-mips64-linux.c 754 LINXY (__NR_timer_create, sys_timer_create),
syswrap-s390x-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.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 341 __SC_COMP(__NR_timer_create, sys_timer_create, compat_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 1179 static void sys_timer_create(void) function
1181 GO(SYS_timer_create, "3s 4m");
1182 SY(SYS_timer_create, x0, x0 + 1, x0 + 1); FAIL;
1192 GO(SYS_timer_create, "5s 2m");
1193 SY(SYS_timer_create, x0, &evp, x0 + 1); FAIL;
    [all...]

Completed in 3242 milliseconds