Lines Matching refs:tsd
425 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit, *start_addr;
445 self->tsd = (void **)__pthread_tsd_main;
466 tsd = stack - __pthread_tsd_size;
467 stack = tsd - libc.tls_size;
479 if (!tsd) {
499 tsd = map + size - __pthread_tsd_size;
501 stack = tsd - libc.tls_size;
506 new = __copy_tls(tsd - libc.tls_size);
515 new->tsd = (void *)tsd;