Home
last modified time | relevance | path

Searched refs:TIMER_ABSTIME (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dclock_nanosleep.c66 if (r == -EINTR && rem != NULL && (flags & TIMER_ABSTIME) == 0) in __clock_nanosleep_time64()
88 if (r == EINTR && rem != NULL && (flags & TIMER_ABSTIME) == 0) in libc_hidden_def()
/glibc-2.36/sysdeps/mach/
Dclock_nanosleep.c72 || (flags != 0 && flags != TIMER_ABSTIME)) in __clock_nanosleep()
78 if (flags == TIMER_ABSTIME) in __clock_nanosleep()
/glibc-2.36/rt/
Dtimer_settime.c53 if ((flags & TIMER_ABSTIME) == 0) in timer_settime()
106 if ((flags & TIMER_ABSTIME) != 0) in timer_settime()
Dtst-cpuclock2.c101 e = clock_nanosleep (clock, TIMER_ABSTIME, &sleeptimeabs, NULL); in test_nanosleep()
/glibc-2.36/bits/
Dtime.h61 # define TIMER_ABSTIME 1 macro
/glibc-2.36/time/
Dclock_nanosleep.c30 if (flags != TIMER_ABSTIME && flags != 0) in __clock_nanosleep()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtime.h69 # define TIMER_ABSTIME 1 macro
/glibc-2.36/conform/data/
Dtime.h-data61 constant TIMER_ABSTIME
/glibc-2.36/ChangeLog.old/
DChangeLog.107231 CLOCK_REALTIME, and TIMER_ABSTIME.
DChangeLog.177886 * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
DChangeLog.1874189 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.