Lines Matching defs:tcb
135 struct tcb *tcb;
170 tcb = _tcb_ctor(thread, 0 /* not initial tls */);
173 tcb = _tcb_ctor(thread, 1 /* initial tls */);
175 if (tcb != NULL) {
176 thread->tcb = tcb;
191 * Always free tcb, as we only know it is part of RTLD TLS
197 _tcb_dtor(thread->tcb);
200 _tcb_dtor(thread->tcb);
202 thread->tcb = NULL;