Lines Matching refs:tsd
251 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit;
268 self->tsd = (void **)__pthread_tsd_main;
289 tsd = stack - __pthread_tsd_size;
290 stack = tsd - libc.tls_size;
302 if (!tsd) {
315 tsd = map + size - __pthread_tsd_size;
317 stack = tsd - libc.tls_size;
322 new = __copy_tls(tsd - libc.tls_size);
329 new->tsd = (void *)tsd;