Home
last modified time | relevance | path

Searched refs:DELAYTIMER_MAX (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/htl/
Dtimer_routines.c33 #ifndef DELAYTIMER_MAX
34 # define DELAYTIMER_MAX INT_MAX macro
400 if (timer->overrun_count < DELAYTIMER_MAX) in thread_func()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dlocal_lim.h84 #define DELAYTIMER_MAX 2147483647 macro
/glibc-2.36/sysdeps/posix/
Dsysconf.c241 #ifdef DELAYTIMER_MAX in __sysconf()
242 return DELAYTIMER_MAX; in __sysconf()
/glibc-2.36/posix/
Dtst-getconf.sh48 DELAYTIMER_MAX
/glibc-2.36/conform/data/
Dlimits.h-data39 allow DELAYTIMER_MAX
/glibc-2.36/ChangeLog.old/
DChangeLog.1921567 [!defined DELAYTIMER_MAX] (DELAYTIMER_MAX): Define to INT_MAX.