Lines Matching defs:n_th
2166 int n_th = 0;
2318 n_th = libc.threads_minus_1 + 1;
2319 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX;
2320 else alloc_size += n_th * per_th;
2351 p->new_tls = (void *)(p->new_dtv + n_th*(tls_cnt+1));
5530 int n_th = 0;
5715 n_th = libc.threads_minus_1 + 1;
5716 if (n_th > SSIZE_MAX / per_th) {
5719 alloc_size += n_th * per_th;
5754 task->p->new_tls = (void *)(task->p->new_dtv + n_th * (tls_cnt + 1));