Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libc/port/rt/
H A Dclock_timer.c52 thread_communication_data_t **timer_tcd; variable
59 timer_tcd = malloc(timer_max * sizeof (*timer_tcd)); in timer_init()
60 (void) memset(timer_tcd, 0, timer_max * sizeof (*timer_tcd)); in timer_init()
114 timer_tcd[*timerid] = tcdp; in timer_create()
163 if ((tcdp = timer_tcd[timer]) != NULL) { in postfork1_child_sigev_timer()
164 timer_tcd[timer] = NULL; in postfork1_child_sigev_timer()
H A Dsigev_thread.h111 extern thread_communication_data_t **timer_tcd;
H A Dsigev_thread.c555 if ((uint_t)timer < timer_max && (tcdp = timer_tcd[timer]) != NULL) { in del_sigev_timer()
563 timer_tcd[timer] = NULL; in del_sigev_timer()
574 if ((uint_t)timer < timer_max && (tcdp = timer_tcd[timer]) != NULL) in sigev_timer_getoverrun()