Searched refs:tcb (Results 1 – 3 of 3) sorted by relevance
180 pthread->tcb = _dl_allocate_tls (NULL); in weak_alias()181 if (pthread->tcb == NULL) in weak_alias()186 pthread->tcb->tcb = pthread->tcb; in weak_alias()266 _dl_deallocate_tls (pthread->tcb, 1); in weak_alias()267 pthread->tcb = NULL; in weak_alias()
60 new->tcb = NULL; in initialize_pthread()100 if (new->tcb) in __pthread_alloc()103 _dl_deallocate_tls (new->tcb, 1); in __pthread_alloc()219 void *dest = (char *) t->tcb - map->l_tls_offset; in __pthread_init_static_tls()221 void *dest = (char *) t->tcb + map->l_tls_offset + TLS_PRE_TCB_SIZE; in __pthread_init_static_tls()
115 tcbhead_t *tcb; member
Completed in 6 milliseconds