Searched refs:nt (Results 1 – 2 of 2) sorted by relevance
237 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
191 struct thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local221 nt = thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()222 if (nt == NULL) in thread_map__new_by_pid_str()225 threads = nt; in thread_map__new_by_pid_str()265 struct thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local292 nt = thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()294 if (nt == NULL) in thread_map__new_by_tid_str()297 threads = nt; in thread_map__new_by_tid_str()