Searched refs:t_head (Results 1 – 4 of 4) sorted by relevance
57 struct message *t_head; /* head of the thread */ member110 (void)printf("current_thread.t_head=%p\n", current_thread.t_head); in show_thread()121 (void)printf("current_thread.t_head=%p\n", current_thread.t_head); in thread_showcmd()164 mp->m_plink->m_clink != current_thread.t_head; in has_parent()265 return &message_array.t_head[msgnum - 1]; in get_abs_message()273 i = (int)(mp - message_array.t_head); in next_abs_message()278 return &message_array.t_head[i + 1]; in next_abs_message()330 return current_thread.t_head ? current_thread.t_head->m_depth : 0; in thread_depth()366 if ((mp = tp->t_head) == NULL || mp->m_size == 0) in reindex()376 i = reindex_core(tp->t_head); in reindex()[all …]
152 while (tail != (pp->t_head & TX_MASK) && --timo) in dcmputchar()161 while (tail != (pp->t_head & TX_MASK) && --timo) in dcmputchar()
1201 head = pp->t_head & TX_MASK; in dcmstart()1239 if (tp->t_outq.c_cc && head != (pp->t_head & TX_MASK)) { in dcmstart()1243 head = pp->t_head & TX_MASK; in dcmstart()1621 while (tail != (pp->t_head & TX_MASK)) in dcmcnputc()1629 while (tail != (pp->t_head & TX_MASK)) in dcmcnputc()
130 vu_char t_head; /* +11 */ member