Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dclock_timer.c53 thread_communication_data_t **timer_tcd; variable
60 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()
H A Dsigev_thread.h109 extern thread_communication_data_t **timer_tcd;
H A Dsigev_thread.c553 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()