Home
last modified time | relevance | path

Searched refs:__timer_getoverrun (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/arch-x86/syscalls/
D__timer_getoverrun.S5 .type __timer_getoverrun, @function
6 .globl __timer_getoverrun symbol
9 __timer_getoverrun: label
/bionic/libc/arch-sh/syscalls/
D__timer_getoverrun.S5 .type __timer_getoverrun, @function
6 .globl __timer_getoverrun symbol
9 __timer_getoverrun: label
/bionic/libc/arch-arm/syscalls/
D__timer_getoverrun.S5 ENTRY(__timer_getoverrun)
14 END(__timer_getoverrun)
/bionic/libc/bionic/
Dpthread-timers.c301 extern int __timer_getoverrun(timer_t);
516 return __timer_getoverrun( id ); in timer_getoverrun()
/bionic/libc/include/sys/
Dlinux-unistd.h138 int __timer_getoverrun (timer_t);
/bionic/libc/arch-sh/
Dsyscalls.mk127 syscall_src += arch-sh/syscalls/__timer_getoverrun.S
/bionic/libc/arch-arm/
Dsyscalls.mk124 syscall_src += arch-arm/syscalls/__timer_getoverrun.S
/bionic/libc/arch-x86/
Dsyscalls.mk127 syscall_src += arch-x86/syscalls/__timer_getoverrun.S
/bionic/libc/
DSYSCALLS.TXT176 int __timer_getoverrun:timer_getoverrun(timer_t) …