Searched refs:timespec_getres (Results 1 – 25 of 43) sorted by relevance
12
/glibc-2.36/time/ |
D | tst-timespec_getres.c | 27 TEST_COMPARE (timespec_getres (&ts, 0), 0); in do_test() 28 TEST_COMPARE (timespec_getres (NULL, 0), 0); in do_test() 33 TEST_COMPARE (timespec_getres (&ts, TIME_UTC), TIME_UTC); in do_test() 39 TEST_COMPARE (timespec_getres (NULL, TIME_UTC), TIME_UTC); in do_test()
|
D | Makefile | 39 timespec_get timespec_getres \ 53 tst-timespec_get tst-timespec_getres 70 tst-timespec_getres-time64 \
|
D | time.h | 399 extern int timespec_getres (struct timespec *__ts, int __base) 403 extern int __REDIRECT_NTH (timespec_getres, (struct timespec *__ts, 407 # define timespec_getres __timespec_getres64 macro
|
D | timespec_getres.c | 24 timespec_getres (struct timespec *ts, int base) in timespec_getres() function
|
D | Versions | 78 timespec_getres;
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | timespec_getres.c | 50 strong_alias (__timespec_getres, timespec_getres);
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 1960 GLIBC_2.35 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 1987 GLIBC_2.36 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 2373 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 2287 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 2371 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 2573 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | libc.abilist | 2610 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 2625 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 2645 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 2519 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 2541 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc.abilist | 2806 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libc.abilist | 2598 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libc.abilist | 486 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ |
D | libc.abilist | 2504 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n32/ |
D | libc.abilist | 2692 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n64/ |
D | libc.abilist | 2596 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/fpu/ |
D | libc.abilist | 2686 GLIBC_2.34 timespec_getres F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/nofpu/ |
D | libc.abilist | 2684 GLIBC_2.34 timespec_getres F
|
12