Home
last modified time | relevance | path

Searched refs:num_threads (Results 1 – 1 of 1) sorted by relevance

/fs/proc/
Darray.c268 int num_threads = 0; in task_sig() local
283 num_threads = get_nr_threads(p); in task_sig()
291 seq_put_decimal_ull(m, "Threads:\t", num_threads); in task_sig()
476 int num_threads = 0; in do_task_stat() local
527 num_threads = get_nr_threads(task); in do_task_stat()
561 if (permitted && (!whole || num_threads < 2)) in do_task_stat()
603 seq_put_decimal_ll(m, " ", num_threads); in do_task_stat()