thr_elem_t
static thr_elem_t *thr_list = NULL;
static thr_elem_t *match_entry(pthread_t tid)
thr_elem_t *thr = thr_list;
thr_elem_t *new_e;
thr_elem_t *thr = thr_list;
if ((new_e = malloc(sizeof (thr_elem_t))) == NULL) {
thr_elem_t *thr;