Home
last modified time | relevance | path

Searched refs:TIMER_MAX (Results 1 – 3 of 3) sorted by relevance

/sysdeps/pthread/
A Dposix-timer.h67 #ifndef TIMER_MAX
68 # define TIMER_MAX 256 macro
72 extern struct timer_node __timer_array[TIMER_MAX];
/sysdeps/htl/
A Dtimer_routines.c44 struct timer_node __timer_array[TIMER_MAX];
173 for (i = 0; i < TIMER_MAX; ++i) in init_module()
/sysdeps/posix/
A Dsysconf.c290 #ifdef TIMER_MAX in __sysconf()
291 return TIMER_MAX; in __sysconf()

Completed in 5 milliseconds