Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_decosf1.c882 void do_threads_calculations(thisproc) in do_threads_calculations() argument
883 struct osf1_top_proc *thisproc; in do_threads_calculations()
897 thisproc->p_pri=0;
898 thisproc->p_rssize=0;
899 thisproc->p_mach_virt_size=0;
900 thisproc->p_mach_state=0;
901 thisproc->p_mach_pct_cpu=0;
903 if(task_by_unix_pid(task_self(), thisproc->p_pid, &thistask)
905 thisproc->p_mach_state=8; /* (zombie) */
911 thisproc->p_mach_state=8; /* (zombie) */
[all …]