Searched refs:per_th (Results 1 – 4 of 4) sorted by relevance
1124 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local1127 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()1128 else alloc_size += n_th * per_th; in load_library()
1142 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local1145 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()1146 else alloc_size += n_th * per_th; in load_library()
1138 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local1141 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()1142 else alloc_size += n_th * per_th; in load_library()