Home
last modified time | relevance | path

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

/fs/proc/
Darray.c265 int num_threads = 0; in task_sig() local
280 num_threads = get_nr_threads(p); in task_sig()
288 seq_put_decimal_ull(m, "Threads:\t", num_threads); in task_sig()
466 int num_threads = 0; in do_task_stat() local
517 num_threads = get_nr_threads(task); in do_task_stat()
551 if (permitted && (!whole || num_threads < 2)) in do_task_stat()
593 seq_put_decimal_ll(m, " ", num_threads); in do_task_stat()