Searched refs:sys_timer_create (Results 1 - 20 of 20) sorted by relevance

/external/qemu/telephony/
H A Dtest1.c42 timer = sys_timer_create();
H A Dsysdeps.h69 extern SysTimer sys_timer_create( void );
H A Dtest2.c203 timer = sys_timer_create();
H A Dsysdeps_qemu.c99 SysTimer sys_timer_create( void ) function
H A Dsysdeps_posix.c344 SysTimer sys_timer_create( void ) function
H A Dandroid_modem.c2168 vcall->timer = sys_timer_create();
/external/strace/linux/
H A Dsyscall.h94 int sys_timer_create(), sys_timer_delete(), sys_timer_getoverrun();
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-linux.h144 DECL_TEMPLATE(linux, sys_timer_create); // Linux: varies across archs?
H A Dsyswrap-ppc64-linux.c1385 LINXY(__NR_timer_create, sys_timer_create), // 240
H A Dsyswrap-amd64-linux.c1322 LINXY(__NR_timer_create, sys_timer_create), // 222
H A Dsyswrap-ppc32-linux.c1743 LINXY(__NR_timer_create, sys_timer_create), // 240
H A Dsyswrap-s390x-linux.c1412 LINXY(__NR_timer_create, sys_timer_create), // 254
H A Dsyswrap-arm-linux.c1688 LINXY(__NR_timer_create, sys_timer_create), // 259
H A Dsyswrap-x86-linux.c2128 LINXY(__NR_timer_create, sys_timer_create), // 259
H A Dsyswrap-linux.c1922 PRE(sys_timer_create)
1924 PRINT("sys_timer_create( %ld, %#lx, %#lx )", ARG1,ARG2,ARG3);
1932 POST(sys_timer_create)
/external/strace/linux/arm/
H A Dsyscallent.h290 { 3, 0, sys_timer_create, "timer_create" }, /* 257 */
/external/strace/linux/i386/
H A Dsyscallent.h292 { 3, 0, sys_timer_create, "timer_create" }, /* 259 */
/external/strace/linux/sh/
H A Dsyscallent.h294 { 3, 0, sys_timer_create, "timer_create" }, /* 259 */
/external/strace/
H A Dtime.c836 sys_timer_create(tcp) function
/external/strace/linux/mips/
H A Dsyscallent.h4262 { 3, 0, sys_timer_create, "timer_create" }, /* 4257 */
5567 { 3, 0, sys_timer_create, "timer_create" }, /* 5216 */
6877 { 3, 0, sys_timer_create, "timer_create" }, /* 6220 */

Completed in 1172 milliseconds