Searched refs:ntasks (Results 1 – 1 of 1) sorted by relevance
222 int ntasks = 0; in thread_map__new_by_tid_str() local252 ntasks++; in thread_map__new_by_tid_str()253 nt = realloc(threads, sizeof(*threads) + sizeof(pid_t) * ntasks); in thread_map__new_by_tid_str()259 threads->map[ntasks - 1] = tid; in thread_map__new_by_tid_str()260 threads->nr = ntasks; in thread_map__new_by_tid_str()