Searched refs:timer_tcd (Results 1 – 3 of 3) sorted by relevance
53 thread_communication_data_t **timer_tcd; variable60 timer_tcd = malloc(timer_max * sizeof (*timer_tcd)); in timer_init()61 (void) memset(timer_tcd, 0, timer_max * sizeof (*timer_tcd)); in timer_init()121 timer_tcd[*timerid] = tcdp; in timer_create()170 if ((tcdp = timer_tcd[timer]) != NULL) { in postfork1_child_sigev_timer()171 timer_tcd[timer] = NULL; in postfork1_child_sigev_timer()
109 extern thread_communication_data_t **timer_tcd;
553 if ((uint_t)timer < timer_max && (tcdp = timer_tcd[timer]) != NULL) { in del_sigev_timer()561 timer_tcd[timer] = NULL; in del_sigev_timer()572 if ((uint_t)timer < timer_max && (tcdp = timer_tcd[timer]) != NULL) in sigev_timer_getoverrun()