Searched refs:ntasks (Results 1 – 1 of 1) sorted by relevance
231 int ntasks = 0; in thread_map__new_by_tid_str() local255 ntasks++; in thread_map__new_by_tid_str()256 nt = realloc(threads, sizeof(*threads) + sizeof(pid_t) * ntasks); in thread_map__new_by_tid_str()262 threads->map[ntasks - 1] = tid; in thread_map__new_by_tid_str()263 threads->nr = ntasks; in thread_map__new_by_tid_str()