Searched refs:timer_tcd (Results 1 – 3 of 3) sorted by relevance
52 thread_communication_data_t **timer_tcd; variable59 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()
111 extern thread_communication_data_t **timer_tcd;
555 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()