Lines Matching refs:tcbhead_t
37 } tcbhead_t; typedef
52 # define TLS_INIT_TCB_SIZE sizeof (tcbhead_t)
55 # define TLS_TCB_SIZE sizeof (tcbhead_t)
70 ((tcbhead_t *) (tcbp))->dtv = (dtvp) + 1
74 ({ tcbhead_t *__tcbp; \
80 (((tcbhead_t *) (tcbp))->dtv)
92 ({ tcbhead_t *__tcbp; \
113 ({ tcbhead_t *__tcbp; \
117 ({ tcbhead_t *__tcbp; \
121 ({ tcbhead_t *__tcbp; \
123 ((tcbhead_t *) (descr + 1))->pointer_guard = __tcbp->pointer_guard;})