Searched refs:timer_max (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/port/rt/
H A Dclock_timer.c49 * No more than 'timer_max' timers can be created by any process.
51 int timer_max = 0; variable
58 timer_max = (int)_sysconf(_SC_TIMER_MAX);
59 timer_tcd = malloc(timer_max * sizeof (*timer_tcd));
60 (void) memset(timer_tcd, 0, timer_max * sizeof (*timer_tcd));
162 for (timer = 0; timer < timer_max; timer++) {
H A Dsigev_thread.h110 extern int timer_max;
H A Dsigev_thread.c555 if ((uint_t)timer < timer_max && (tcdp = timer_tcd[timer]) != NULL) {
574 if ((uint_t)timer < timer_max && (tcdp = timer_tcd[timer]) != NULL)

Completed in 22 milliseconds